https://github.com/darylgohl/TaG-EM
Revision c451eae3560cddd805854e6944282ae608f3b2a6 authored by darylgohl on 14 December 2022, 19:26:32 UTC, committed by GitHub on 14 December 2022, 19:26:32 UTC
1 parent e88193b
Tip revision: c451eae3560cddd805854e6944282ae608f3b2a6 authored by darylgohl on 14 December 2022, 19:26:32 UTC
Update README.md
Update README.md
Tip revision: c451eae
README.md
# TaG-EM Barcode Analysis
TaG-EM analysis scripts and files
## Prerequisites
Python 3
BioPython
## Usage
usage: TaG-EM_barcode_analysis.py [-h] [-i] [-r] [-l] [-o] [-m]
TaG-EM barcode counting script (v1.0) by Daryl Gohl This program takes in a
FASTQ file and barcode reference FASTA file and outputs a plot and a .txt file
of barcode counts.
optional arguments:
-h, --help show this help message and exit
-i , --input_folder Input folder containing raw FASTQ files [required].
-r , --reference_file
Input reference FASTA file [required].
-l , --length Barcode length (default: 14).
-o , --output_dir Output directory for barcode count file (default: same
folder as input file)
-m , --mismatches_allowed
Number of mismatches to barcode reference sequences
allowed (default 2)

Computing file changes ...