Skip to content

Commit

Permalink
corrected strandedness
Browse files Browse the repository at this point in the history
  • Loading branch information
sdparekh committed Mar 15, 2018
1 parent 5a345de commit a901291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zUMIs-dge.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ option_list = list(
help="Study name", metavar="character"),
make_option(c("--cores"), type="integer", default=10,
help="Number of threads", metavar="integer"),
make_option(c("--strandedness"), type="logical", default=TRUE,
help="Is your RNA-seq library stranded?", metavar="logical"),
make_option(c("--strandedness"), type="integer", default=0,
help="0 unsranded, 1 stranded, 2 reverse stranded", metavar="integer"),
make_option(c("--bcstart"), type="integer", default=1,
help="Start position of cell barcode in the read", metavar="integer"),
make_option(c("--bcend"), type="integer", default=6,
Expand Down

0 comments on commit a901291

Please sign in to comment.