-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update GAS version and reformat reference cluster file. #31
Conversation
|
Once a new version of In which case, the expected_tree.nwk file in the |
Updated the GAS version which fixed the attribute error in the tests but some other errors have poped up:
|
For 'Test pipeline with single threshold set to 1' and 'Test pipeline with threshold set to 1,0' the address for sampleQ the is 2 and 2.2 respectively. So I updated the |
The subsequent tests also had the same issue. Will need to explore as to whether it is the address that was originally wrong or if there is an issue with GAS 0.1.3 26ce6ff |
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.
Thanks so much Steven. This looks great 😄
And thanks so much @kylacochrane for all your work on this too 😄
I haven't finished reviewing, but sending this PR early since I had one comment.
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.
Thanks so much for making that change Steven. Everything else looks great 😄
This PR includes the following updates:
Upgrades the Genomic Service Address by updating the container version.
Refines the format of
reference_cluster.tsv (rclusters)
used byGAS CALL
to require onlyid
andaddress
columns. This change involved updates to both theappend_clusters
andcluster_file
modules.Updates and modifies associated tests and test data to align with these changes.
Note: Five tests are currently failing due to an adjustment needed in the GAS program: ISSUE12; PR14
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).CHANGELOG.md
is updated.