Skip to content

Commit

Permalink
Update proseq2.0.bsh
Browse files Browse the repository at this point in the history
Fixed typo reported by cmuyehara. Thanks!
  • Loading branch information
dankoc authored Oct 1, 2021
1 parent 4f8ee22 commit c3260bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proseq2.0.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ while test $# -gt 0; do
echo "or *.fastq.gz in the current working directory as input and writes"
echo "BAM and bigWig files as output to the user-assigned output-dir."
echo "The output bigWig files ending with _minus.bw or _plus.bw are raw read counts without normalization."
ehco "The RPM normalized outputs end with a suffix of .rpm.bw."
echo "The RPM normalized outputs end with a suffix of .rpm.bw."
echo ""
echo "Requirements in current working directory:"
echo "cutadapt 1.8.3, fastx_trimmer, seqtk, prinseq-lite.pl 0.20.2, bwa, samtools, bedtools, and bedGraphToBigWig."
Expand Down

0 comments on commit c3260bd

Please sign in to comment.