-
Notifications
You must be signed in to change notification settings - Fork 889
Migrate STARFUSION_DETECT
local module
#8813
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
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.
Can we test single end data?
How big are the input data files that are being downloaded other locations?
@SPPearce yes! I have added a new test for single end data. Right now the tests are using reads from the STAR-Fusion repository but I will update it when the data is available on nf-core (nf-core/test-datasets#1693). Regarding the files that are downloaded with the |
@SPPearce should be ready for another review now 👍 |
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.
Just a few minor formatting changes.
script: | ||
def prefix = task.ext.prefix ?: "${meta.id}.starfusion" | ||
def fastq_arg = reads ? (meta.single_end ? "--left_fq ${reads[0]}" : "--left_fq ${reads[0]} --right_fq ${reads[1]}") : "" | ||
def junction_arg = junction ? "-J ${junction}" : "" |
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.
def junction_arg = junction ? "-J ${junction}" : "" | |
def junction_arg = junction ? "-J ${junction}" : "" |
tag "$meta.id" | ||
label 'process_high' | ||
|
||
conda "${moduleDir}/environment.yml" |
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.
conda "${moduleDir}/environment.yml" | |
// WARN: Incorrect version information provided by tool on CLI. Please update version string below when bumping container versions. | |
conda "${moduleDir}/environment.yml" |
tag "modules_nfcore" | ||
tag "starfusion/build" | ||
tag "starfusion" | ||
tag "starfusion/detect" | ||
tag "modules" |
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.
tag "modules_nfcore" | |
tag "starfusion/build" | |
tag "starfusion" | |
tag "starfusion/detect" | |
tag "modules" | |
tag "modules" | |
tag "modules_nfcore" | |
tag "starfusion" | |
tag "starfusion/build" | |
tag "starfusion/detect" | |
PR checklist
Closes nf-core/rnafusion#696
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda