-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check to ensure sample IDs match MLST.JSON keys #9
Conversation
… to mlst.json keys
|
Encorporates new changes from filter-new-address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is amazing. Thanks so much @kylacochrane 😄 .
In addition to what we talked about I had a few other comments.
Made changes to the FILTER_QUERY script (csvtk)
Updated processes and workflow related to input sample checking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Thanks so much for your work @kylacochrane 😄 . Just two smaller comments.
modules/nf-core/custom/dumpsoftwareversions/templates/dumpsoftwareversions.py
Outdated
Show resolved
Hide resolved
Uploading files for new integration tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Thanks so much for all your hard work on this @kylacochrane 😄
sample,mlst_alleles,address | ||
sampleQ,https://raw.githubusercontent.com/phac-nml/gasnomenclature/add_tests/tests/data/reports/sampleF.mlst.json, | ||
sample1,https://raw.githubusercontent.com/phac-nml/gasnomenclature/dev/tests/data/reports/sample1.mlst.json,1.1.1 | ||
sample2,https://raw.githubusercontent.com/phac-nml/gasnomenclature/add_tests/tests/data/reports/sample7.mlst.json,1.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a note, once this PR is merged you'll have to update the URL here to point to dev
. You can just directly commit that to the dev
branch.
This PR verifies that the sample IDs in the input samplesheet align correctly with their corresponding keys in the MLST JSON file.
INPUT_CHECK
- verifies the sample ID and JSON key matches; outputs and maps the boolean value to the sample metadata; generates error_report.csv if applicableNOTE: See #10 for the addition of integration tests