# HG changeset patch # User davidvanzessen # Date 1548754917 18000 # Node ID 7b9481fa4a70b6a1c55905baa8541193c5b173b7 # Parent ba33b94637ca874848b4a9019f5ac6d968c65bbc Uploaded diff -r ba33b94637ca -r 7b9481fa4a70 wrapper.sh --- a/wrapper.sh Tue Jan 29 03:54:09 2019 -0500 +++ b/wrapper.sh Tue Jan 29 04:41:57 2019 -0500 @@ -72,7 +72,7 @@ echo "---------------- class identification ----------------" echo "---------------- class identification ----------------
" >> $log -python $dir/gene_identification.py --input $PWD/summary.txt --output $outdir/identified_genes.txt +python2 $dir/gene_identification.py --input $PWD/summary.txt --output $outdir/identified_genes.txt echo "---------------- merge_and_filter.r ----------------" echo "---------------- merge_and_filter.r ----------------
" >> $log @@ -198,7 +198,7 @@ echo "---------------- shm_csr.py ----------------" echo "---------------- shm_csr.py ----------------
" >> $log -python $dir/shm_csr.py --input $outdir/merged.txt --genes $classes --empty_region_filter "${empty_region_filter}" --output $outdir/hotspot_analysis.txt +python2 $dir/shm_csr.py --input $outdir/merged.txt --genes $classes --empty_region_filter "${empty_region_filter}" --output $outdir/hotspot_analysis.txt echo "---------------- aa_histogram.r ----------------" echo "---------------- aa_histogram.r ----------------
" >> $log