Skip to content
Snippets Groups Projects

0.0.3

Merged Gervaise Henry requested to merge 0.0.3 into develop
Viewing commit 5a7daad9
Show latest version
1 file
+ 13
13
Preferences
File browser
Compare changes
+ 13
13
@@ -208,16 +208,16 @@ inputBag:
- inputBagOverride_PE_multiqc_data.json
expire_in: 7 days
fastq:
stage: override
script:
- hostname
- ulimit -a
- nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA --fastqForce 'test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz' --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} ./fastqOverride_PE_multiqc_data.json \;
artifacts:
name: "$CI_JOB_NAME"
when: always
paths:
- fastqOverride_PE_multiqc_data.json
expire_in: 7 days
\ No newline at end of file
fastq:
stage: override
script:
- hostname
- ulimit -a
- nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA --fastqForce 'test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz' --ci true
- find . -type f -name "multiqc_data.json" -exec cp {} ./fastqOverride_PE_multiqc_data.json \;
artifacts:
name: "$CI_JOB_NAME"
when: always
paths:
- fastqOverride_PE_multiqc_data.json
expire_in: 7 days
\ No newline at end of file