-
Notifications
You must be signed in to change notification settings - Fork 17
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
[TheiaCoV/TheiaProk/TheiaMeta/TheiaEuk/Freyja_FASTQ] fastq-scan
updates & improvements. Adding JSON as wf output file
#662
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e41ddbc
lots of updates to fastq_scan_pe task: upgrade to fastq-scan 1.0.1; rβ¦
kapsakcj 998c509
similar changes also made to fastq_scan_se task: updated docker imageβ¦
kapsakcj 2074400
Merge remote-tracking branch 'origin/main' into cjk-fastq-scan-json-oβ¦
kapsakcj e9bbe00
added fastq-scan JSON outputs to read_qc_trim_pe subwf and theiacov_iβ¦
kapsakcj e13b381
update CI. also removed 'defaults' from conda channels used to instalβ¦
kapsakcj 318ff34
update CI for theiaprok_illumina_pe. should pass now
kapsakcj 8555c3f
add 2 fastq-scan JSON outputs to theiacov_illumina_SE wf and read_qc_β¦
kapsakcj 099d364
add fastq-scan-json outputs to freyja_fastq wf
kapsakcj 44c4094
update theiacov and theiaprok SE CI
kapsakcj 9685652
added 2 fastq-scan JSON outputs to theiacov_clearlabs wf; added 4 fasβ¦
kapsakcj 5f37276
update theiacov_clearlabs CI
kapsakcj 55fbbde
added fastq-scan JSON outputs to export_taxon_tables task and added aβ¦
kapsakcj 0e12639
add fastq-scan json outputs to theiaprok_illumina PE and SE wfs
kapsakcj 93be00c
added 4 fastq-scan JSON outputs to theiaeuk_illumina_pe wf
kapsakcj 14999a0
Merge remote-tracking branch 'origin/main' into cjk-fastq-scan-json-oβ¦
kapsakcj 53b501b
export_taxon_tables task: added set -euo pipefail and removed bug cauβ¦
kapsakcj 967e0f6
update CI
kapsakcj 8d2860b
update docs with new JSON outputs for freyja, theiacov wfs, theiaeuk,β¦
kapsakcj 8203814
update CI for snippy_variants task
kapsakcj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We don't have more than 200 people in our organization, but most folks are moving away from using the
defaults
channel due to Anaconda updating their ToS: https://www.anaconda.com/blog/is-conda-freeThere 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 for picking up on this & making the quick fix!