File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ sub runPostStats {
68
68
69
69
my $bashFile = $opt {OUTPUT_DIR }." /jobs/" .$jobID ." .sh" ;
70
70
my $logDir = $opt {OUTPUT_DIR }." /logs" ;
71
+ my $tmpDir = $opt {OUTPUT_DIR }." /tmp" ;
71
72
my $outputDir = " Exoncov" ;
72
73
73
74
open PS_SH, " >$bashFile " or die " cannot open file $bashFile \n " ;
@@ -86,7 +87,7 @@ sub runPostStats {
86
87
print PS_SH " . $opt {EXONCOVV3_PATH}/venv/bin/activate\n " ;
87
88
foreach my $sample (@{$opt {SAMPLES }}){
88
89
my $sampleBam = " $opt {OUTPUT_DIR}/$sample /mapping/$opt {BAM_FILES}->{$sample }" ;
89
- print PS_SH " python $opt {EXONCOVV3_PATH}/ExonCov.py import_bam --overwrite --exon_bed $opt {EXONCALLCOV_BED} --threads $opt {POSTSTATS_THREADS} $runName $sampleBam > $logDir /ExonCovV3_$sample .log 2> $logDir /ExonCovV3_$sample .log\n " ;
90
+ print PS_SH " python $opt {EXONCOVV3_PATH}/ExonCov.py import_bam --overwrite --exon_bed $opt {EXONCALLCOV_BED} --threads $opt {POSTSTATS_THREADS} --temp $tmpDir $runName $sampleBam > $logDir /ExonCovV3_$sample .log 2> $logDir /ExonCovV3_$sample .log\n " ;
90
91
}
91
92
}
92
93
}
You can’t perform that action at this time.
0 commit comments