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
The -1/-i/--seq option takes the fastq file(s) to be analysed by mykrobe. This option can be used multiple times or just solo. However, I discovered that if it is used multiple times, only the last occurence is used. For example
-1 in.fq: uses in.fq
-1 in.fq in2.fq: uses in.fq and in2.fq
-1 in.fq -1 in2.fq: uses in2.fqonly
The text was updated successfully, but these errors were encountered:
The
-1/-i/--seq
option takes the fastq file(s) to be analysed by mykrobe. This option can be used multiple times or just solo. However, I discovered that if it is used multiple times, only the last occurence is used. For example-1 in.fq
: usesin.fq
-1 in.fq in2.fq
: usesin.fq
andin2.fq
-1 in.fq -1 in2.fq
: usesin2.fq
onlyThe text was updated successfully, but these errors were encountered: