Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_count
Manage
Activity
Members
Labels
Plan
Issues
11
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
BICF
Astrocyte
cellranger_count
Commits
798c71d5
Commit
798c71d5
authored
5 years ago
by
Gervaise Henry
1
Browse files
Options
Downloads
Patches
Plain Diff
Test count211 for right cellranger module load
parent
98101e80
Branches
Branches containing commit
Tags
Tags containing commit
4 merge requests
!53
Develop
,
!51
Resolve "Add pytest to CI"
,
!50
Resolve "Add pytest to CI"
,
!49
Resolve "Add pytest to CI"
Pipeline
#4476
failed with stages
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/main.nf
+2
-0
2 additions, 0 deletions
workflow/main.nf
with
2 additions
and
0 deletions
workflow/main.nf
+
2
−
0
View file @
798c71d5
...
...
@@ -137,6 +137,7 @@ process count211 {
"""
hostname
ulimit -a
module list
bash ${baseDir}/scripts/filename_check.sh -r ${ref}
cellranger count --id=${sample} --transcriptome=./${ref} --fastqs=. --sample=${sample} --expect-cells=${expectCells211}
sed -E 's/("([^"]*)")?,/\\2\t/g' ${sample}/outs/metrics_summary.csv | tr -d "," | sed "s/^/${sample}\t/" > ${sample}_metrics_summary.tsv
...
...
@@ -146,6 +147,7 @@ process count211 {
"""
hostname
ulimit -a
module list
bash ${baseDir}/scripts/filename_check.sh -r ${ref}
cellranger count --id=${sample} --transcriptome=./${ref} --fastqs=. --sample=${sample} --force-cells=${forceCells211}
sed -E 's/("([^"]*)")?,/\\2\t/g' ${sample}/outs/metrics_summary.csv | tr -d "," | sed "s/^/${sample}\t/" > ${sample}_metrics_summary.tsv
...
...
This diff is collapsed.
Click to expand it.
Gervaise Henry
@ghenry
mentioned in commit
b3b37b7e
·
5 years ago
mentioned in commit
b3b37b7e
mentioned in commit b3b37b7ea5ba05bb332748bbf0b17e9fd63c7729
Toggle commit list
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