These tools are used to make searching and extracting data easier
pip install -r requirements.txt
Requirements
Search fileandMetadata filemust be intsvformatSearch filemust contain the headeridsas shown below
| ids |
|---|
| search term 1 |
| search term 2 |
| search term 3 |
| ... |
| search term n |
Usage
python tools/search_tool.py --metadata <Location of metadata file> --search <Location of search file>
Help
python tools/search_tool.py --help
Requirements
Selected filemust be intsvformatSelected filemust contain the headeridsas shown below
| ids |
|---|
| header 1 |
| header 2 |
| header 3 |
| ... |
| header n |
Usage
python tools/split_sequence_tool.py --fasta <Location of fasta file> --selected <Location of selected header file>
Help
python tools/split_sequence_tool.py --help