Skip to content
Snippets Groups Projects
Commit 02708607 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

Merge branch 'master' of git.biohpc.swmed.edu:BICF/Astrocyte/process_scripts into idt_devel

parents 1588fae4 d6c6fbbf
Branches
Tags
No related merge requests found
......@@ -42,9 +42,6 @@ then
sambamba markdup -t $SLURM_CPUS_ON_NODE ${sbam} ${pair_id}.dedup.bam
elif [ $algo == 'samtools' ]
then
samtools sort -n -@ $SLURM_CPUS_ON_NODE -o nsort.bam ${sbam}
samtools fixmate -c --output-fmt BAM -m -@ $SLURM_CPUS_ON_NODE nsort.bam fix.bam
samtools sort -n -@ $SLURM_CPUS_ON_NODE -o sort.bam fix.bam
samtools markdup -s --output-fmt BAM -@ $SLURM_CPUS_ON_NODE sort.bam ${pair_id}.dedup.bam
elif [ $algo == 'picard' ]
then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment