-
Notifications
You must be signed in to change notification settings - Fork 51
Deactivate saving of reads and other large files for full tests #269
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
Conversation
|
||
perform_shortread_qc = true | ||
shortread_qc_mergepairs = true | ||
perform_shortread_complexityfilter = false |
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.
Shall we also deactivate this flag?
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.
Oh oops! I got overzealosu
|
||
perform_shortread_qc = true | ||
shortread_qc_mergepairs = true | ||
perform_shortread_complexityfilter = false |
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.
perform_shortread_complexityfilter = false | |
perform_shortread_complexityfilter = true |
|
Re: https://nfcore.slack.com/archives/CTY8L26C8/p1679040181299829?thread_ts=1678923529.023299&cid=CTY8L26C8 and https://nfcore.slack.com/archives/DEL52B0U8/p1679040013345729
Hopefully if I can get it to work, in teh future we can have a system to save the final reads that go into preprocessing a la the diea at the bottom fo #262, and save only those
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).