Skip to content
Snippets Groups Projects
Commit 9b9efe96 authored by jgesell's avatar jgesell
Browse files

Changed link to fix issue with pathing.

parent 3e95f12c
1 merge request!52WIP Resolve "Put reference building script into Snippets"
Pipeline #8496 failed with stages
in 2 hours, 2 minutes, and 8 seconds
...@@ -428,7 +428,7 @@ process getRefInfer { ...@@ -428,7 +428,7 @@ process getRefInfer {
ln -s "\${references}"/annotation ln -s "\${references}"/annotation
ln -s "\${references}"/metadata ln -s "\${references}"/metadata
mkdir -p ${refName}/bed mkdir -p ${refName}/bed
ln -sf ./annotation/genome.bed ${refName}/bed/genome.bed ln -sf `readlink -e ./annotation/genome.bed` ${refName}/bed/genome.bed
#elif [ ${referenceBase} == "s3://bicf-references" ] #elif [ ${referenceBase} == "s3://bicf-references" ]
#then #then
# aws s3 cp "\${references}"/hisat2 ./hisat2 --recursive # aws s3 cp "\${references}"/hisat2 ./hisat2 --recursive
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment