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
28d04e16
Commit
28d04e16
authored
3 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Develop See merge request
!98
parents
c96ff9c1
51a3d78c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!98
Develop
Pipeline
#10641
passed with stages
in 1 hour, 48 minutes, and 31 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
rna-seq.nf
+5
-0
5 additions, 0 deletions
rna-seq.nf
with
6 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
28d04e16
...
...
@@ -18,6 +18,7 @@
*
Replace default seqwho reference location to one provided by source lab (#127)
*
Update NF Tower access token to BICF user
*
Disable NF Tower
*
Fix endness force (#135)
# v2.0.0
**User Facing**
...
...
This diff is collapsed.
Click to expand it.
rna-seq.nf
+
5
−
0
View file @
28d04e16
...
...
@@ -439,6 +439,11 @@ process parseMetadata {
fastqReadError_details="**Number of reads do not match for R1 and R2:** there may be a trunkation or mismatch of fastq files"
fi
fi
if [ "${params.endsForce}" != "" ]
then
fastqReadError=false
fastqReadError_details=""
fi
# save design file
echo "\${endsMeta},\${endsRaw},\${endsManual},\${stranded},\${spike},\${species},\${readLength},\${exp},\${study}" > design.csv
...
...
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