Skip to content
Snippets Groups Projects
Commit 75486483 authored by Gervaise Henry's avatar Gervaise Henry
Browse files

Update unit for getRef to use local refs

parent 5b436e02
Branches
Tags
1 merge request!37v0.0.1
Pipeline #6185 failed with stages
in 4 hours, 12 minutes, and 40 seconds
......@@ -38,8 +38,10 @@ parseMetadata:
getRef:
stage: unit
script:
- singularity run 'docker://bicf/awscli:1.1' aws s3 ls s3://bicf-references/mouse/0.0.1/GRCm38.P6
- singularity run 'docker://bicf/awscli:1.1' aws s3 ls s3://bicf-references/human/0.0.1/GRCh38.p12
- mkdir -p hu
- mkdir -p mo
- cp -R /project/BICF/BICF_Core/shared/gudmap/references/GRCh38.p12.v31/hisat2 ./hu/
- cp -R /project/BICF/BICF_Core/shared/gudmap/references/GRCh38.p12.v31/hisat2 ./mo/
trimData:
stage: unit
......
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