MorrellLAB / sequence_handling

A series of scripts to automate sequence workflows
19 stars 8 forks source link

Line 66 in "read_counts.sh" should be revised #4

Closed lilei1 closed 8 years ago

lilei1 commented 8 years ago

Line 66 " printf %s"$sample \t $count \n" >> ./${outfile}_out.txt" should be "printf %s"$sample \t $count \n" >> ${OUTDIR}/${outfile}_out.txt"