Conversation
|
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.2.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
…into update_arriba
…into update_arriba
| name "Test pipeline" | ||
| script "../main.nf" | ||
| profile "test_build" | ||
| options "-stub" |
There was a problem hiding this comment.
I am sorry, but I do not understand why you added -stub here. I do not know if it was a temporal test or you forgot to remove that, but It is against the purpose of having a CI test that actually uses small input files and tests a bit of the first part of the pipeline without it being a stub.
| config_profile_name = 'Test build references profile' | ||
| config_profile_description = 'Minimal test dataset to check pipeline function' | ||
|
|
||
| // Input data | ||
| references_only = true | ||
| input = "${projectDir}/tests/csv/fastq.csv" | ||
| no_cosmic = true | ||
| tools = "arriba,starfusion,fusionreport,salmon,fusioninspector" | ||
| fasta = 'https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/minigenome.fa' | ||
| gtf = 'https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/minigenome.gtf' | ||
| fusion_annot_lib = 'https://github.com/STAR-Fusion/STAR-Fusion-Tutorial/raw/master/CTAT_HumanFusionLib.mini.dat.gz' | ||
| species = 'homo_sapiens' | ||
| dfam_version = '3.4' | ||
| outdir = "$outputDir" |
There was a problem hiding this comment.
If you add params here, you override the params in profile "test_build".
There was a problem hiding this comment.
I think this test case should not be modified. If you would like a to add a stub test case for the test_build you can copy this one and add it as an additional one, but I think that having a working CI test with files is necessary for the pipeline. Issues are much more difficult to detect with only stub tests.
PR checklist
nf-core lint).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).