-
Notifications
You must be signed in to change notification settings - Fork 147
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
Dev -> Master 2.7.0 #420
Dev -> Master 2.7.0 #420
Conversation
post-release dev bump version and snapshots
add missing comma
Important! Template update for nf-core/tools v2.12
Fix/samplename join
Following the template
Important! Template update for nf-core/tools v2.13
Important! Template update for nf-core/tools v2.13.1
Samplesheet input section was duplicated
remove duplicate section from usage.md
This should now have both unique samples and samples that need to be merged for both single-end and paired-end scenarios.
Switching R1 and R2 round for the last test merge, which should also work (both for merging and for processing even though it won't align in directional mode).
Same link as docs/images
Adding Metromap (with Sections)
main.nf
Outdated
params.fasta = getGenomeAttribute('fasta') | ||
params.fasta_index = getGenomeAttribute('fasta_index') | ||
params.bismark_index = getGenomeAttribute('bismark') | ||
params.bwameth_index = getGenomeAttribute('bwameth') |
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.
and this works well, coming from the workflow?
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.
yes.....thats why im a bit amazed that it doesn't work for others 🤷
rm resourceLimits for test_full profile
update changelog and readme
Update metromap.svg
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.
didn't really check, just want to trigger an action
Co-authored-by: Matthias Hörtenhuber <[email protected]>
add hisat2 bismark index to igenomes
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.
apply suggestions from nextflow vscode formatter + update date in cha…
No description provided.