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
4ca7cd19
Commit
4ca7cd19
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Fix outdir for fastqc ci and process
parent
2735b0c4
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!37
v0.0.1
,
!18
Resolve "process_fastqc"
Pipeline
#5881
passed with stages
in 47 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
workflow/rna-seq.nf
+1
-1
1 addition, 1 deletion
workflow/rna-seq.nf
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
4ca7cd19
...
...
@@ -70,7 +70,7 @@ dedupData:
fastqc
:
stage
:
unit
script
:
-
singularity run 'docker://bicf/fastqc:2.0.0' ./test_data/fastq/small/Q-Y5JA_1M.R1.fastq.gz .
-
singularity run 'docker://bicf/fastqc:2.0.0' ./test_data/fastq/small/Q-Y5JA_1M.R1.fastq.gz
-o
.
-
pytest -m fastqc
integration_se
:
...
...
This diff is collapsed.
Click to expand it.
workflow/rna-seq.nf
+
1
−
1
View file @
4ca7cd19
...
...
@@ -354,6 +354,6 @@ process fastqc {
ulimit -a >>${repRID}.fastqc.err
# run fastqc
fastqc *.fastq.gz >>${repRID}.fastqc.err
fastqc *.fastq.gz
-o .
>>${repRID}.fastqc.err
"""
}
\ No newline at end of file
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