Skip to content

Commit

Permalink
Update Bams.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
yfarjoun authored Jun 28, 2024
1 parent 8d31cf3 commit fb3ce46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/fulcrumgenomics/bam/Bams.scala
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ object Bams extends LazyLogging {
"Input was not queryname sorted or query grouped, found: " +
s"SO:${header.getSortOrder} GO:${header.getGroupOrder}" +
Option(header.getAttribute("SS")).map(ss => f" SS:$ss").getOrElse("") +
f". Use `samtools sort -n -u in.bam | fgbio $toolName -i /dev/stdin`" +
f". Use `samtools sort -n in.bam | fgbio $toolName -i /dev/stdin`" +
path.map(p => f"\nPath: $p").getOrElse("")
)
}
Expand Down

0 comments on commit fb3ce46

Please sign in to comment.