Skip to content

Add tests for rnaseq#24

Merged
maxulysse merged 5 commits intonf-core:devfrom
maxulysse:rnaseq
Nov 20, 2024
Merged

Add tests for rnaseq#24
maxulysse merged 5 commits intonf-core:devfrom
maxulysse:rnaseq

Conversation

@maxulysse
Copy link
Copy Markdown
Member

PR checklist

  • 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 pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/references branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

Copy link
Copy Markdown
Contributor

@edmundmiller edmundmiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love watching a pipeline get built in this post nf-test, and all the other tooling things era 😍

params {
input = "${projectDir}/assets/genomes/test/pipelines/default.yml"
outdir = "$outputDir"
tools = 'bowtie,bowtie2,faidx,hisat2,hisat2_extractsplicesites,kallisto,make_transcripts_fasta,rsem_preparereference_genome,salmon,star'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we break these out into their own params? I feel like it'll be easy to miss one with this long of a string.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't remember if you can check these at the schema level like this? I think that's what happen in Demultiplex right?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can decide later at some point, but I'd rather have a single params for these than multiple

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#25

@maxulysse maxulysse merged commit 1dcf2e7 into nf-core:dev Nov 20, 2024
@maxulysse maxulysse deleted the rnaseq branch November 20, 2024 13:39
@edmundmiller edmundmiller added this to the v1.0.0 milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants