We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3801f commit 0cab03cCopy full SHA for 0cab03c
dataload/nextflow/processes/01_ingest/ingest.nf
@@ -36,7 +36,10 @@ process ingest {
36
export GREBI_INGEST_DATASOURCE_NAME=${file_listing.datasource.name}
37
export GREBI_INGEST_FILENAME=${filename}
38
export GREBI_DATALOAD_HOME=/opt/grebi_dataload
39
+ echo "Current working dir: \$(pwd)"
40
echo "Files in ingest working dir: \$(ls)"
41
+ ls -hl
42
+ ls -Lhl
43
${getStdinCommand(file_listing.ingest, filename)} \
44
${file_listing.ingest.command} \
45
| grebi_normalise_prefixes /opt/grebi_dataload/prefix_maps/prefix_map_normalise.json \
0 commit comments