MergeAllBamFilesWithBash.sh: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 March 2016

  • curprev 01:0701:07, 21 March 2016>Shicheng 262 bytes +262 Created page with " find $BAM_DIR -name '*.bam' | { read firstbam samtools view -h "$firstbam" while read bam; do samtools view "$bam" done } | samtools view -ubS - | sa..."