barcode_filter.py¶
From an input FASTA file, filter all sequences with barcodes matching those in an input mapping file.
usage: barcode_filter.py [-h] -i INPUT_FASTA_FN -m MAPPING_FN [-q QUALITY_FN] [-o OUTPUT_PREFIX] [-v]
Required arguments¶
-
-iINPUT_FASTA_FN,--input_fasta_fnINPUT_FASTA_FN¶ The sequence data file to be filtered.
-
-mMAPPING_FN,--mapping_fnMAPPING_FN¶ The mapping file containing the barcodes you want filtered sequenced to contain.
Optional arguments¶
-
-qQUALITY_FN,--quality_fnQUALITY_FN¶ The quality data file. If you plan to use quality data with split_libraries.py, you have to filter the quality data as well.
-
-oOUTPUT_PREFIX,--output_prefixOUTPUT_PREFIX¶ The prefix for the output filtered data
-
-h,--help¶ Show the help message and exit
-
-v,--verbose¶ Print detailed information about script operation.