Skip to content

Commit

Permalink
fix scheme name: 10xV1a
Browse files Browse the repository at this point in the history
Former-commit-id: 74ede35
  • Loading branch information
nunofonseca committed Oct 12, 2017
1 parent 76f9da4 commit a5f5325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sh/fastq2bam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function perror {

function usage() {
echo "Usage: fastq2bam -a scheme -b out_bam -1 fastqfile1 [ -2 fastqfile2 -3 fastqfile3 -4 fastqfile4]"
echo "scheme: 10xV1 10xV1p 10xV2 drop-seq none"
echo "scheme: 10xV1 10xV1a 10xV2 drop-seq none"
}

function gen_bam() {
Expand Down Expand Up @@ -96,7 +96,7 @@ if [ "$scheme-" == "10xV1-" ]; then
fi


if [ "$scheme-" == "10xV1p-" ]; then
if [ "$scheme-" == "10xV1a-" ]; then
# index1=*I1*
# index2=*I2*
# index3=read_RA*_2
Expand Down

0 comments on commit a5f5325

Please sign in to comment.