-
Notifications
You must be signed in to change notification settings - Fork 836
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
new module starfusion build #8107
base: master
Are you sure you want to change the base?
Conversation
@fmalmeida Ready Four-One review ;-) |
@atrigila Now I swear it works |
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.
Looks good already - just some questions :)
Can you add some ontologies too please. |
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.
Looks really good now. Just one more request for the test-data :)
""" | ||
input[0] = [ | ||
[ id:'minigenome_fasta' ], | ||
file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/minigenome.fa") | ||
] | ||
input[1] = [ | ||
[ id:'minigenome_gtf' ], | ||
file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/minigenome.gtf") | ||
] | ||
|
||
input [2] = file("https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/CTAT_HumanFusionLib.mini.dat.gz") |
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.
I only realized this now (sorry for not seeing this earlier).
All test data used within modules should be located in the nf-core test-datasets repository. You find more info here: https://github.com/nf-core/test-datasets/blob/modules/README.md
Can you please check for suitable over there in the modules branch and add the data if there is no suitable data available? I'll review your PR :)
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.
I have added the necessary data for the module, the PR is here
I have added the .fa and .gtf as well because the uploaded fusion library only contains that part of the genome.
Co-authored-by: Famke Bäuerle <[email protected]>
PR checklist
Closes #XXX
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