Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
process_scripts
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
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
NGS CLIA Lab
process_scripts
Merge requests
!3
180720 errors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
180720 errors
phg_workflow_ps
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Chelsea Raulerson
requested to merge
phg_workflow_ps
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bdc57626
1 commit,
6 years ago
1 file
+
1
−
0
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
alignment/bamqc.sh
+
1
−
0
Options
@@ -47,6 +47,7 @@ if [[ $nuctype == 'dna' ]]; then
samtools view
-b
--threads
$SLURM_CPUS_ON_NODE
-L
${
bed
}
-o
${
pair_id
}
.ontarget.bam
${
sbam
}
samtools index
${
pair_id
}
.ontarget.bam
samtools flagstat
${
pair_id
}
.ontarget.bam
>
${
pair_id
}
.ontarget.flagstat.txt
samtools view
-b
-F
1024
${
pair_id
}
.ontarget.bam | bedtools coverage
-sorted
-g
${
index_path
}
/genomefile.txt
-a
${
bed
}
-b
stdin
-hist
|
grep
^all
>
${
pair_id
}
.dedupcov.txt
java
-Xmx64g
-jar
$PICARD
/picard.jar CollectInsertSizeMetrics
INPUT
=
${
sbam
}
HISTOGRAM_FILE
=
${
pair_id
}
.hist.ps
REFERENCE_SEQUENCE
=
${
index_path
}
/genome.fa
OUTPUT
=
${
pair_id
}
.hist.txt
java
-Xmx64g
-jar
$PICARD
/picard.jar CollectAlignmentSummaryMetrics
R
=
${
index_path
}
/genome.fa
I
=
${
sbam
}
OUTPUT
=
${
pair_id
}
.alignmentsummarymetrics.txt
java
-Xmx64g
-jar
$PICARD
/picard.jar EstimateLibraryComplexity
I
=
${
sbam
}
OUTPUT
=
${
pair_id
}
.libcomplex.txt