We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5786887 commit fea5407Copy full SHA for fea5407
.gitignore
@@ -29,3 +29,4 @@ nimbledeps
29
nimbledeps-old/
30
data/phage/t7.fa.*data/filt.fa
31
data/phage/t7.fa.*
32
+releases/seqfu2*
seqfu.nimble
@@ -1,5 +1,5 @@
1
# Package
2
-version = "1.22.2"
+version = "1.22.3"
3
author = "Andrea Telatin"
4
description = "SeqFu command-line tools"
5
license = "MIT"
src/fastx_cat.nim
@@ -430,7 +430,7 @@ Output:
430
quit(1)
431
432
# REPORT: original_name\t r.name
433
- if $args["--report"] != "nil":
+ if $args["--report"] != "nil" or bool(args["--anvio"]) == true:
434
renameReport &= r.name & "\t" & original_name & "\n"
435
echo printFastxRecord(r)
436
0 commit comments