From 181eccde73dfe1d9de5ed4c8e9eef63b45523f4f Mon Sep 17 00:00:00 2001 From: naumenko-sa Date: Mon, 14 Jan 2019 10:44:21 -0500 Subject: [PATCH] modified: cre.bam.remove_decoy_reads.sh --- cre.bam.remove_decoy_reads.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cre.bam.remove_decoy_reads.sh b/cre.bam.remove_decoy_reads.sh index 3a9b47f..ea36009 100644 --- a/cre.bam.remove_decoy_reads.sh +++ b/cre.bam.remove_decoy_reads.sh @@ -4,8 +4,10 @@ #PBS -d . #PBS -l vmem=10g,mem=10g -#variant bam: https://github.com/walaj/VariantBam -#needs to install xz and newer gcc +# removes reads mapped to decoy in grch37 + +# variant bam: https://github.com/walaj/VariantBam +# needs to install xz and newer gcc module load gcc/5.2.0