Skip to content

Commit aee2388

Browse files
committed
changing path to projectDir, to ensure CI works
1 parent ee0e8cf commit aee2388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modules/ensembl/download/assemblydata

modules/ensembl/download/assemblydata/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ process DOWNLOAD_ASSEMBLYDATA {
5151
stub:
5252
def prefix = task.ext.prefix ?: "${meta.accession}"
5353
"""
54-
cp ${workflow.projectDir}/tests/modules/ensembl/download/assemblydata/* .
54+
cp ${projectDir}/tests/modules/ensembl/download/assemblydata/* .
5555
5656
echo -e -n "${task.process}:\n\tensembl-genomio: " > versions.yml
5757
assembly_download --version >> versions.yml

0 commit comments

Comments
 (0)