Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngs_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioinfo
ngs_tools
Commits
6cd1c5e3
Commit
6cd1c5e3
authored
9 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
added feature counts to star workflow
parent
ffa075d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dge_workflow/dge_utils.sh
+4
-0
4 additions, 0 deletions
dge_workflow/dge_utils.sh
dge_workflow/star_align.sh
+10
-1
10 additions, 1 deletion
dge_workflow/star_align.sh
with
14 additions
and
1 deletion
dge_workflow/dge_utils.sh
+
4
−
0
View file @
6cd1c5e3
...
...
@@ -19,6 +19,10 @@ export PATH=/home/brandl/bin/deepTools/bin:$PATH
export
PATH
=
/projects/bioinfo/holger/bin/FastQC_0.11.2:
$PATH
export
PATH
=
/projects/bioinfo/holger/bin/bedtools-2.23.0/bin/:
$PATH
export
PATH
=
/home/brandl/bin/spinr:
$PATH
export
PATH
=
/home/brandl/bin/subread-1.4.6-p3-Linux-x86_64/bin:
$PATH
# which tophat; which bowtie2; which cuffdiff
...
...
This diff is collapsed.
Click to expand it.
dge_workflow/star_align.sh
+
10
−
1
View file @
6cd1c5e3
...
...
@@ -92,9 +92,18 @@ done
wait4jobs .tophatjobs
dge_bam_correlate
.
&
## estimate expresssion with http://bioinf.wehi.edu.au/featureCounts/
##Summarize multiple datasets at the same time:
#featureCounts -t exon -g gene_id -a annotation.gtf -o counts.txt library1.bam library2.bam library3.bam
#bamFile=control_3.bam
#featureCounts -t exon -g gene_id -a ${gtfFile} -o feature_counts.txt ${bamFile} -T 5
mysub
"
${
project
}
__feature_counts"
"featureCounts -t exon -g gene_id -a
${
gtfFile
}
-o gene_counts.txt
$(
ls
*
bam
)
-T 5"
| blockScript
dge_bam_correlate
.
&
## create tophat mapping report
## todo adjust report to STAR
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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