Skip to content
Snippets Groups Projects
Commit 32c6ced8 authored by Holger Brandl's avatar Holger Brandl
Browse files

synced cs workflows

parent f62254bb
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,11 @@ macs2 -n --broad --gsize
## see how well bam files correlate using untrimmed data
bamCorrelate bins --bamfiles $bamFiles --plotFile="bam_correlation_untrimmed.png" --numberOfProcessors=4 --corMethod spearman
########################################################################################################################
### bam-index all files in directory
#for bamFile in $(ls $baseDir/alignments_trimmed_nomulti_pooled/*.bam); do (samtools index $bamFile ) & done
########################################################################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment