-
Notifications
You must be signed in to change notification settings - Fork 33
1.0.0 release of nf-core/rnasplice pipeline #57
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
Add hisat-stringtie chrX test data which should reach all tools for testing pipeline.
SL-93 refactor rmarts input checks
…atter SL-95 format bin python files
…l-behaviour Sl 96 refactor aligner conditional behaviour
…ats-to-groovy-script Sl 102 add condition check for rmats to groovy script
…ce-checker SL-101 add suppa parameter check
Merging template updates
Fixes MISO scratch/launch directory and gffread issue
…e-entry-in-contrast-sheet keep contrasts as array when only one level
suppa fix attempt 1
…g-with-multiple-contrasts-filenamebam-not-found-in-rmats-files replace across with combine to mimic SQL join
refactor rmats contrasts
Great work! My comment still stands about potentially moving some of your modules into nf-core at some point, but I don't think this needs to hold up release. |
Potential fix for MISO index issue
docs/rnasplice_map.png
Outdated
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.
Could we have only rounded corners, like in the box 3, and not a mixture of straight and rounded corners?
Not blocking the release though
|
||
conda "bioconda::htseq=2.0.2" | ||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? | ||
'https://depot.galaxyproject.org/singularity/htseq:2.0.2--py310ha14a713_0' : |
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.
'https://depot.galaxyproject.org/singularity/htseq:2.0.2--py310ha14a713_0' : | |
'https://depot.galaxyproject.org/singularity/htseq:2.0.2--py310ha14a713_0' : |
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.
actually it's the following one that should be indented more, not this one indented less
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.
LGTM.
Lots of local modules
Important! Template update for nf-core/tools v2.10
pre-release fixes
Requesting core pipeline review for 1.0.0 release, as required in the documentation.
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).