We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0e8cf commit aee2388Copy full SHA for aee2388
1 file changed
modules/ensembl/download/assemblydata/main.nf
@@ -51,7 +51,7 @@ process DOWNLOAD_ASSEMBLYDATA {
51
stub:
52
def prefix = task.ext.prefix ?: "${meta.accession}"
53
"""
54
- cp ${workflow.projectDir}/tests/modules/ensembl/download/assemblydata/* .
+ cp ${projectDir}/tests/modules/ensembl/download/assemblydata/* .
55
56
echo -e -n "${task.process}:\n\tensembl-genomio: " > versions.yml
57
assembly_download --version >> versions.yml
0 commit comments