An open API service indexing awesome lists of open source software.

https://github.com/abhijeetsingh1704/subsetseq

a python utility to subset multisequence file based on identifiers from external text file
https://github.com/abhijeetsingh1704/subsetseq

fasta genbank sequence subset

Last synced: 7 months ago
JSON representation

a python utility to subset multisequence file based on identifiers from external text file

Awesome Lists containing this project

README

          

# SubsetSeq
a python utility to subset multisequence file based on identifiers from external text file

```
usage: SubsetSeq [-h] -i INPUT -s SEARCH -t TYPE [-m MATCH] [-u UNMATCH]
[-f INPUT_FORMAT] [-F OUTPUT_FORMAT] [-v Y/y or N/n] [-V]

Subset multisequence based on identifiers from text file

Citation: Singh, Abhijeet. SubsetSeq: a python utility to multisequence file based on
identifiers from external text file. ResearchGate 2022, http://dx.doi.org/10.13140/RG.2.2.34956.59528,
Available at GitHub: https://github.com/abhijeetsingh1704/SubsetSeq

required arguments:
-i INPUT, --input INPUT

└─ input file

-s SEARCH, --search SEARCH

└─ text file with identifiers to query input file

-t TYPE, --type TYPE

└─ identifier type to match in input file

└─ 1 = id (sequence identifier before first empty character)

└─ 2 = description (complete description of sequence according to input file)

options:
-h, --help show this help message and exit
-m MATCH, --match_out MATCH

└─ output file with matched sequences (default:

# Citation

Singh, Abhijeet. SubsetSeq: a python utility to multisequence file based on
identifiers from external text file. ResearchGate 2022, http://dx.doi.org/10.13140/RG.2.2.34956.59528,
Available at GitHub: https://github.com/abhijeetsingh1704/SubsetSeq