Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew MacManes committed Oct 30, 2018
1 parent 7d795fc commit d817cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oyster.mk
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ ${DIR}/quants/salmon_orthomerged_${RUNOUT}/quant.sf:${DIR}/assemblies/${RUNOUT}.
rm -f "${RUNOUT}".sorted.bam
touch ${DIR}/reports/${RUNOUT}.strandeval.done
printf "\n\n***** See the following link for interpretation ***** \n"
printf "***** https://oyster-river-protocol.readthedocs.io/en/latest/strandexamine.html ***** \n\n"
printf "***** https://oyster-river-protocol.readthedocs.io/en/latest/strandexamine.html ***** \n\n"


clean:
Expand Down
2 changes: 1 addition & 1 deletion report.mk
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ clean:
rm -f "${RUNOUT}".sorted.bam
touch ${DIR}/reports/${RUNOUT}.strandeval.done
printf "\n\n***** See the following link for interpretation ***** \n"
printf "***** https://oyster-river-protocol.readthedocs.io/en/latest/strandexamine.html ***** \n\n"
printf "***** https://oyster-river-protocol.readthedocs.io/en/latest/strandexamine.html ***** \n\n"

reportgen:
printf "\n\n***** QUALITY REPORT FOR: ${RUNOUT} ****"
Expand Down
2 changes: 1 addition & 1 deletion strandeval.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ welcome:
rm -f "${RUNOUT}".sorted.bam
touch ${DIR}/reports/${RUNOUT}.strandeval.done
printf "\n\n***** See the following link for interpretation ***** \n"
printf "***** https://oyster-river-protocol.readthedocs.io/en/latest/strandexamine.html ***** \n\n"
printf "***** https://oyster-river-protocol.readthedocs.io/en/latest/strandexamine.html ***** \n\n"

0 comments on commit d817cfd

Please sign in to comment.