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

fix sname pindel

parent e524c229
Branches
Tags
No related merge requests found
......@@ -50,7 +50,7 @@ genomefiledate=`find ${reffa} -maxdepth 0 -printf "%TY%Tm%Td\n"`
module load samtools/1.6 pindel/0.2.5-intel snpeff/4.3q bedtools/2.26.0
touch ${pair_id}.pindel.config
for i in *.bam; do
sname="${i%.bam}"
sname=`echo "$i" |cut -f 1 -d '.'`
echo -e "${i}\t400\t${sname}" >> ${pair_id}.pindel.config
done
......
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