Skip to content
Snippets Groups Projects
Commit cd2b26a8 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

adding rnaseq umi

parent 4b0b4985
No related merge requests found
......@@ -7,7 +7,7 @@ usage() {
echo "-x --FastQ R1"
echo "-y --FastQ R2"
echo "-p --Prefix for output file name"
echo "-u UMI"
echo "-u --UMI"
echo "Example: bash dnaseqalign.sh -p prefix -u 1 -r /project/shared/bicf_workflow_ref/GRCh38 -x SRR1551047_1.fastq.gz -y SRR1551047_2.fastq.gz"
exit 1
}
......
......@@ -8,7 +8,7 @@ usage() {
echo "-y --FastQ R2"
echo "-a --Method: hisat or star"
echo "-p --Prefix for output file name"
echo "-u [UMI sequences are in FQ Read Name]"
echo "-u --UMI sequences are in FQ Read Name"
echo "Example: bash rnaseqalign.sh -a hisat -p prefix -u -r /project/shared/bicf_workflow_ref/GRCh38 -x SRR1551047_1.fastq.gz -y SRR1551047_2.fastq.gz"
exit 1
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment