Skip to content

Commit fea5407

Browse files
committed
bugfix-cat-anvio
1 parent 5786887 commit fea5407

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ nimbledeps
2929
nimbledeps-old/
3030
data/phage/t7.fa.*data/filt.fa
3131
data/phage/t7.fa.*
32+
releases/seqfu2*

seqfu.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Package
2-
version = "1.22.2"
2+
version = "1.22.3"
33
author = "Andrea Telatin"
44
description = "SeqFu command-line tools"
55
license = "MIT"

src/fastx_cat.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ Output:
430430
quit(1)
431431

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

0 commit comments

Comments
 (0)