Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
GUDMAP_RBK
RNA-seq
Commits
df96927b
Commit
df96927b
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Make tracking upload option
parent
1d912493
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!68
Develop
,
!67
Resolve "Change Single Read to Single End for submitted endness"
Pipeline
#9150
failed with stages
in 1 minute and 33 seconds
Changes
2
Pipelines
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+12
-12
12 additions, 12 deletions
.gitlab-ci.yml
workflow/rna-seq.nf
+442
-422
442 additions, 422 deletions
workflow/rna-seq.nf
with
454 additions
and
434 deletions
.gitlab-ci.yml
+
12
−
12
View file @
df96927b
...
...
@@ -664,7 +664,7 @@ integration_se:
script
:
-
hostname
-
ulimit -a
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
-with-report ./SE_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-1ZX4 --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
--track
true
-with-report ./SE_report.html
-
find . -type f -name "multiqc_data.json" -exec cp {} ./SE_multiqc_data.json \;
-
pytest -m completionMultiqc --filename SE_multiqc_data.json
artifacts
:
...
...
@@ -689,7 +689,7 @@ integration_pe:
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 --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
-with-report ./PE_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5JA --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
--track
true
-with-report ./PE_report.html
-
find . -type f -name "multiqc_data.json" -exec cp {} ./PE_multiqc_data.json \;
-
pytest -m completionMultiqc --filename PE_multiqc_data.json
artifacts
:
...
...
@@ -716,7 +716,7 @@ failAmbiguousSpecies:
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-Y5ER --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
-with-report ./failAmbiguousSpecies_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5ER --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
--track
true
-with-report ./failAmbiguousSpecies_report.html
retry
:
max
:
0
when
:
...
...
@@ -731,7 +731,7 @@ failTrunkation:
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-Y5ET --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
-with-report ./failTrunkation_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5ET --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
--track
true
-with-report ./failTrunkation_report.html
retry
:
max
:
0
when
:
...
...
@@ -746,7 +746,7 @@ failMismatchR1R2:
script
:
-
hostname
-
ulimit -a
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-CWH4 --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
-with-report ./failMismatchR1R2_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 16-CWH4 --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
--track
true
-with-report ./failMismatchR1R2_report.html
retry
:
max
:
0
when
:
...
...
@@ -761,7 +761,7 @@ failUnexpectedMeta:
script
:
-
hostname
-
ulimit -a
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 14-3R4R --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
-with-report ./failUnexpectedMeta_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID 14-3R4R --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
--track
true
-with-report ./failUnexpectedMeta_report.html
retry
:
max
:
0
when
:
...
...
@@ -776,7 +776,7 @@ failFileStructure:
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-Y5HT --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
-with-report ./failFileStructure_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5HT --source staging --upload
true
-with-dag dag.png --dev
false
--ci
true
--track
true
-with-report ./failFileStructure_report.html
retry
:
max
:
0
when
:
...
...
@@ -791,7 +791,7 @@ override_inputBag:
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-Y5F6 --source staging --inputBagForce ./test_data/bag/Q-Y5F6_inputBag_xxxxxxxx.zip --upload
false
--dev
false
--ci
true
-with-report ./inputBagOverride_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5F6 --source staging --inputBagForce ./test_data/bag/Q-Y5F6_inputBag_xxxxxxxx.zip --upload
false
--dev
false
--ci
true
--track
false
-with-report ./inputBagOverride_report.html
-
find . -type f -name "multiqc_data.json" -exec cp {} ./inputBagOverride_PE_multiqc_data.json \;
-
pytest -m completionMultiqc --filename inputBagOverride_PE_multiqc_data.json
artifacts
:
...
...
@@ -814,7 +814,7 @@ override_fastq:
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-Y5F6 --source staging --fastqsForce './test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz' --upload
false
--dev
false
--ci
true
-with-report ./fastqOverride_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5F6 --source staging --fastqsForce './test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz' --upload
false
--dev
false
--ci
true
--track
false
-with-report ./fastqOverride_report.html
-
find . -type f -name "multiqc_data.json" -exec cp {} ./fastqOverride_PE_multiqc_data.json \;
-
pytest -m completionMultiqc --filename fastqOverride_PE_multiqc_data.json
artifacts
:
...
...
@@ -837,7 +837,7 @@ override_species:
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-Y5E
R
--source staging --speciesForce 'Homo sapiens' --upload
false
--dev
false
--ci
true
-with-report ./speciesOverride_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5E
P
--source staging --speciesForce 'Homo sapiens' --upload
false
--dev
false
--ci
true
--track
false
-with-report ./speciesOverride_report.html
-
find . -type f -name "multiqc_data.json" -exec cp {} ./speciesOverride_PE_multiqc_data.json \;
-
pytest -m completionMultiqc --filename speciesOverride_PE_multiqc_data.json
artifacts
:
...
...
@@ -860,7 +860,7 @@ override_stranded:
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-Y5E
R
--source staging --strandedForce unstranded --upload
false
--dev
false
--ci
true
-with-report ./strandedOverride_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5E
P
--source staging --strandedForce unstranded --upload
false
--dev
false
--ci
true
--track
false
-with-report ./strandedOverride_report.html
-
find . -type f -name "multiqc_data.json" -exec cp {} ./strandedOverride_PE_multiqc_data.json \;
-
pytest -m completionMultiqc --filename strandedOverride_PE_multiqc_data.json
artifacts
:
...
...
@@ -883,7 +883,7 @@ override_spike:
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-Y5ER --source staging --spikeForce t --upload
false
--dev
false
--ci
true
-with-report ./spikeOverride_report.html
-
nextflow -q run ./workflow/rna-seq.nf --deriva ./test_data/auth/credential.json --bdbag ./test_data/auth/cookies.txt --repRID Q-Y5ER --source staging --spikeForce t --upload
false
--dev
false
--ci
true
--track
false
-with-report ./spikeOverride_report.html
-
find . -type f -name "multiqc_data.json" -exec cp {} ./spikeOverride_PE_multiqc_data.json \;
-
pytest -m completionMultiqc --filename spikedOverride_PE_multiqc_data.json
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
workflow/rna-seq.nf
+
442
−
422
View file @
df96927b
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment