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
3a4a7cec
Commit
3a4a7cec
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Add test fastq upload to dnanexus env ci
parent
f8e44f43
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!76
Develop
,
!75
Env.ci
Pipeline
#9471
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+14
-14
14 additions, 14 deletions
.gitlab-ci.yml
docs/nxf_dnanexus-ci-test.json
+5
-0
5 additions, 0 deletions
docs/nxf_dnanexus-ci-test.json
with
19 additions
and
14 deletions
.gitlab-ci.yml
+
14
−
14
View file @
3a4a7cec
...
...
@@ -16,8 +16,13 @@ variables:
refHuVersion
:
"
38.p13.v36"
refERCCVersion
:
"
92"
dir
:
"
/project/BICF/BICF_Core/shared/gudmap/singularity_cache/"
dnanexusEnv
:
true
awsEnv
:
false
azureEnv
:
false
gcpEnv
:
false
stages
:
-
environment
-
singularity
-
versions
-
aggregation
...
...
@@ -916,7 +921,7 @@ override_fastq:
script
:
-
hostname
-
ulimit -a
-
nextflow -q run ./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
-
nextflow -q run ./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_multiqc_data.json \;
-
find ./**/report/ -type f -name "*multiqc.html" -exec cp {} ./fastqOverride_multiqc.html \;
-
pytest -m completionMultiqc --filename fastqOverride_multiqc_data.json
...
...
@@ -1008,19 +1013,14 @@ override_spike:
-
always
consistency
:
stage
:
consistency
only
:
[
merge_requests
]
dnanexus
:
stage
:
environment
except
:
variables
:
-
$
CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /master/
-
$
dnanexusEnv ==
false
script
:
-
pytest -m consistencySE
-
pytest -m consistencyPE
artifacts
:
name
:
"
$CI_JOB_NAME"
when
:
always
paths
:
-
SE_multiqc_data.json
-
PE_multiqc_data.json
expire_in
:
7 days
\ No newline at end of file
-
hostname
-
ulimit -a
-
module load dxtoolkit/python27/0.294.0
-
export NXF_XPACK_LICENSE=${nxf_license}
-
dx upload ./test_data/fastq/small/Q-Y5F6_1M.R{1,2}.fastq.gz --path /ci-env/input/ --parents --auth-token ${dnanexus_authToken} --workspace-id ${dnanexus_workspace}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/nxf_dnanexus-ci-test.json
0 → 100644
+
5
−
0
View file @
3a4a7cec
{
"pipeline_url"
:
"https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq.git -r develop"
,
"args"
:
"-profile dnanexus --deriva dx://NextFlow_Prototype:test_data/rna-seq/auth/credential.json --bdbag dx://NextFlow_Prototype:auth/cookies.txt --repRID Q-Y5F6 --source staging --upload false --dev true --ci false --track false -with-report dx://NextFlow_Prototype:gudmap_rbk-output/Q-Y5F6_fastqoverride_report.html --refSource datahub --outDir dx://NextFlow_Prototype:gudmap_rbk-output/Q-Y5F6_fastqoverride, --fastqsForce dx://NextFlow_Prototype:test_data/rna-seq/fastq/small/*.fastq.gz"
,
"license"
:
"$NXF_XPACK_LICENSE"
}
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