Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew MacManes committed Jul 26, 2018
1 parent ee8958c commit c069d2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions oyster.mk
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@ reportgen:
cat $$(find reports/transrate_${RUNOUT} -name assemblies.csv) | awk -F , '{print $$38}' | sed -n 2p | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES ORP ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
cat ${DIR}/assemblies/${RUNOUT}.unique.ORP.txt | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES TRINITY ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES TRINITY ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
cat ${DIR}/assemblies/diamond/${RUNOUT}.unique.trinity.txt | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES SPADES55 ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES SPADES55 ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
cat ${DIR}/assemblies/diamond/${RUNOUT}.unique.sp55.txt | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES SPADES75 ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES SPADES75 ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
cat ${DIR}/assemblies/diamond/${RUNOUT}.unique.sp75.txt | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES TRANSABYSS ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
printf "***** UNIQUE GENES TRANSABYSS ~~~~~> " | tee -a ${DIR}/reports/qualreport.${RUNOUT}
cat ${DIR}/assemblies/diamond/${RUNOUT}.unique.transabyss.txt | tee -a ${DIR}/reports/qualreport.${RUNOUT}

printf " \n\n"
Expand Down

0 comments on commit c069d2d

Please sign in to comment.