Calls the bams pulled down from firehose cleaned by default
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5188 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
a22ea53665
commit
ce2866122d
|
|
@ -114,3 +114,13 @@ END {
|
||||||
printf "\n ]"
|
printf "\n ]"
|
||||||
print "\n}"
|
print "\n}"
|
||||||
}' > $PIPELINE_YAML_FILE
|
}' > $PIPELINE_YAML_FILE
|
||||||
|
|
||||||
|
hg19=`grep "assembly19" -c $PIPELINE_YAML_FILE`
|
||||||
|
|
||||||
|
if [ "$hg19" -ne 0 ]; then
|
||||||
|
sed 's/\/humgen.*rod/\/humgen\/gsa-hpprojects\/GATK\/data\/dbsnp_132_b37.vcf/' $PIPELINE_YAML_FILE > yaml2
|
||||||
|
mv yaml2 $PIPELINE_YAML_FILE
|
||||||
|
fi
|
||||||
|
|
||||||
|
sed 's/recalibrat/clean/' $PIPELINE_YAML_FILE > yaml2
|
||||||
|
mv yaml2 $PIPELINE_YAML_FILE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue