Skip to content

Commit

Permalink
bugfix-cat-anvio
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Oct 15, 2024
1 parent 5786887 commit fea5407
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ nimbledeps
nimbledeps-old/
data/phage/t7.fa.*data/filt.fa
data/phage/t7.fa.*
releases/seqfu2*
2 changes: 1 addition & 1 deletion seqfu.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Package
version = "1.22.2"
version = "1.22.3"
author = "Andrea Telatin"
description = "SeqFu command-line tools"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/fastx_cat.nim
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ Output:
quit(1)

# REPORT: original_name\t r.name
if $args["--report"] != "nil":
if $args["--report"] != "nil" or bool(args["--anvio"]) == true:
renameReport &= r.name & "\t" & original_name & "\n"
echo printFastxRecord(r)

Expand Down

0 comments on commit fea5407

Please sign in to comment.