A python3 tool for validating taxonomy identification on sequencing manifests to NCBI standards
653
A python3 tool to validate the taxonomy id and common names in a manifest spreadsheet
This software is for validating the manifests generated pre-sequencing to ensure they contain accurate and matching identification information for species being studied. This should be done before the manifest is passed to operations SSR for processing.
The way to install manifest-validator is provided below.
git clone https://github.com/sanger-pathogens/manifest-validator.git
cd manifest-validator
Running the tests
python3 setup.py test
If the tests all pass then install
python3 setup.py install
positional arguments:
spreadsheet Manifest spreadsheet to be checked for matching taxon and
common name
optional arguments:
-h, --help show this help message and exit
manifest-validator path/spreadsheet.xlsx
Enter the command as shown above, replacing 'path/spreadsheet.xlsx' with your own manifest.spreadsheet After this, follow the errors in the terminal output to clean the manifest before re-testing and submitting.
Manifest-validator is free software, licensed under GPLv3.
Content type
Image
Digest
Size
210.1 MB
Last updated
over 5 years ago
docker pull sangerpathogens/manifest-validator