Commit 5e0a7672 authored by Simon Verdez's avatar Simon Verdez

ajout profondeur

parent e2416800
...@@ -18,8 +18,8 @@ fi ...@@ -18,8 +18,8 @@ fi
if [ ! -e /work/gad/sv347413/epilepsie/tmp_res/$i/header_CNV.vcf ] if [ ! -e /work/gad/sv347413/epilepsie/tmp_res/$i/header_CNV.vcf ]
then then
echo "CNV" echo "CNV"
cp /work/gad/sv347413/epilepsie/Pipeline/header_CNV.vcf /work/gad/sv347413/epilepsie/tmp_res/$i/header_CNV.vcf cp /work/gad/sv347413/epilepsie/Pipeline/header_CNV.vcf /work/gad/sv347413/epilepsie/tmp_res/$i/header_CNV.vcf
fi fi
if [ ! -e /work/gad/sv347413/epilepsie/tmp_res/$i/$i.CNV.vcf ] if [ ! -e /work/gad/sv347413/epilepsie/tmp_res/$i/$i.CNV.vcf ]
...@@ -32,5 +32,5 @@ fi ...@@ -32,5 +32,5 @@ fi
if [ ! -e /work/gad/sv347413/epilepsie/results_html/$i.html ] if [ ! -e /work/gad/sv347413/epilepsie/results_html/$i.html ]
then then
echo "html" echo "html"
python2.7 create_html_v2.py /work/gad/sv347413/epilepsie/tmp_res/$i/$i.SNP.vcf /work/gad/sv347413/epilepsie/tmp_res/$i/$i.CNV.vcf /work/gad/sv347413/HLAscan/results/$i/Report > /work/gad/sv347413/epilepsie/results_html/$i.html python2.7 create_html_v2.py /work/gad/sv347413/epilepsie/tmp_res/$i/$i.SNP.vcf /work/gad/sv347413/epilepsie/tmp_res/$i/$i.CNV.vcf /work/gad/sv347413/HLAscan/results/$i/Report /work/gad/sv377413/HLAscan/bam_tmp/$i.bam > /work/gad/sv347413/epilepsie/results_html/$i.html
fi fi
Markdown is supported
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