Skip to content
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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

martings
Copy link

PR checklist

Closes #XXX

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

@martings martings marked this pull request as ready for review March 26, 2025 13:44
@martings martings requested review from fmalmeida and removed request for atrigila March 26, 2025 13:44
@martings
Copy link
Author

@fmalmeida Ready Four-One review ;-)

@martings martings requested a review from atrigila March 26, 2025 15:49
@martings
Copy link
Author

@atrigila Now I swear it works

Copy link
Contributor

@famosab famosab left a 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 :)

@SPPearce
Copy link
Contributor

Can you add some ontologies too please.

@delfiterradas delfiterradas enabled auto-merge March 31, 2025 23:44
@delfiterradas delfiterradas requested a review from SPPearce April 1, 2025 13:54
@delfiterradas delfiterradas requested a review from famosab April 1, 2025 16:18
Copy link
Contributor

@famosab famosab left a 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 :)

Comment on lines +14 to +24
"""
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")
Copy link
Contributor

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 :)

https://nf-co.re/docs/guidelines/components/test_data

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants