metageni / SUPER-FOCUS

A tool for agile functional analysis of shotgun metagenomic data
GNU General Public License v3.0
21 stars 12 forks source link

Allow multiple separate fastq queries #75

Closed linsalrob closed 2 years ago

linsalrob commented 2 years ago

This PR overloads the --query option to allow any of

You can now specify multiple fasta/q files independently rather than providing a directory with them.

e.g.

superfocus -q file1.fastq -q file2.fastq -q file3.fastq -dir output
metageni commented 2 years ago

@linsalrob Cool bens! Could you please update the README? I'm happy to merge once it is done. thanks