diff --git a/modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff b/modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff new file mode 100644 index 0000000..0b324dd --- /dev/null +++ b/modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff @@ -0,0 +1,20 @@ +Changes in module 'nf-core/blast/makeblastdb' +'modules/nf-core/blast/makeblastdb/meta.yml' is unchanged +Changes in 'blast/makeblastdb/main.nf': +--- modules/nf-core/blast/makeblastdb/main.nf ++++ modules/nf-core/blast/makeblastdb/main.nf +@@ -27,6 +27,7 @@ + gzip -c -d ${fasta} > ${fasta_name} + fi + ++ rm -rf ${prefix} + makeblastdb \\ + -in ${fasta_name} \\ + ${args} + +'modules/nf-core/blast/makeblastdb/environment.yml' is unchanged +'modules/nf-core/blast/makeblastdb/tests/main.nf.test' is unchanged +'modules/nf-core/blast/makeblastdb/tests/tags.yml' is unchanged +'modules/nf-core/blast/makeblastdb/tests/nextflow.config' is unchanged +'modules/nf-core/blast/makeblastdb/tests/main.nf.test.snap' is unchanged +************************************************************ diff --git a/modules/nf-core/multiqc/tests/nextflow.config b/modules/nf-core/multiqc/tests/nextflow.config new file mode 100644 index 0000000..c537a6a --- /dev/null +++ b/modules/nf-core/multiqc/tests/nextflow.config @@ -0,0 +1,5 @@ +process { + withName: 'MULTIQC' { + ext.prefix = null + } +}