You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to only the filename is printed for the output table if SeqFilter was called with a single filename, it is confusing for multiple runs of SeqFilter each with a single input file with identical filenames.
Currently I am comparing different assemblies. To achieve faster output, I am using multiple SeqFilter calls. The assembly output filename is called transcripts.fasta:
Ah, I also got confused. I already added a minimal documentation for #12 7933dc5. Do you think it needs more? Since it was only a doc fix I didn't think about bumping version, but #7 warrants a bump I guess
Due to only the filename is printed for the output table if SeqFilter was called with a single filename, it is confusing for multiple runs of SeqFilter each with a single input file with identical filenames.
Currently I am comparing different assemblies. To achieve faster output, I am using multiple SeqFilter calls. The assembly output filename is called
transcripts.fasta
:In case I am using a single SeqFilter call, a unique path is printed:
but for two SeqFilter calls, it will result in an ambiguous list:
Tested with SeqFilter 2.1.7 and 2.1.9;
column
andsed
commands are not required and will only reformat the output.The missing
TOTAL
line is obviously, but unfortunately, it is hard to identify the correct input file.This might be solved by:
The text was updated successfully, but these errors were encountered: