Sydney-Informatics-Hub / RNASeq-DE

GNU General Public License v3.0
1 stars 2 forks source link

bam_stat_make_input.sh bug - missing command mkdir ${outdir} #4

Open NJNataren opened 5 months ago

NJNataren commented 5 months ago

Script was not creating the directory outdir=../QC_reports/${cohort}_final_bams

This was due to missing ${outdir} in the mkdir command, which should be mkdir -p ${INPUTS} ${outdir} ${logdir}