Skip to content

Commit

Permalink
Update src/main/scala/com/fulcrumgenomics/umi/CallMolecularConsensusR…
Browse files Browse the repository at this point in the history
…eads.scala
  • Loading branch information
nh13 authored Feb 26, 2022
1 parent 773842a commit c2a3c57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class CallMolecularConsensusReads
""")
val maxReads: Option[Int] = None,
@arg(flag='B', doc="If true produce tags on consensus reads that contain per-base information.") val outputPerBaseTags: Boolean = DefaultProducePerBaseTags,
@arg(flag='S', doc="The sort order of the output, if `:none:` then the same as the input.") val sortOrder: Option[SamOrder] = None,
@arg(flag='S', doc="The sort order of the output, the same as the input if not given.") val sortOrder: Option[SamOrder] = None,
@arg(flag='D', doc="Turn on debug logging.") val debug: Boolean = false,
@arg(doc="The number of threads to use while consensus calling.") val threads: Int = 1
) extends FgBioTool with LazyLogging {
Expand Down

0 comments on commit c2a3c57

Please sign in to comment.