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
Can you also add a support for gzipped fasta file as input? Should be very easy to implement? Or is is already supported? Think about when we have huge number of genomes downloaded from NCBI, which are all in *.fna.gz format.
This could be implemented, but I don't see why we would to support it directly. Since FGSrs can take input from standard input, is there a reason not to use zcat? The following command runs FGSrs on a gzipped file:
(request by @jianshu93 in #5)
The text was updated successfully, but these errors were encountered: