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
[E::stk_seq] failed to open the input file/stream.
[E::stk_seq] failed to open the input file/stream.
[E::stk_seq] failed to open the input file/stream.
When I try running it one by one it works. e.g. /Applications/biotools/seqtk/seqtk seq -aQ64 -q20 313507859_S20_L001_R.fastq > 313507859_S20_L001_R.fasta
Any idea what the problem may be? Much appreciated
The text was updated successfully, but these errors were encountered:
Hi,
Im trying to run seqtk with parallel. My command looks as follows:
parallel '/Applications/biotools/seqtk/seqtk seq -aQ64 -q20 {}.fastq > {}.fasta' ::: $(ls *_L001_R.fastq | rev | cut -c 14- | rev | uniq)
Which produces the following error:
[E::stk_seq] failed to open the input file/stream.
[E::stk_seq] failed to open the input file/stream.
[E::stk_seq] failed to open the input file/stream.
When I try running it one by one it works. e.g. /Applications/biotools/seqtk/seqtk seq -aQ64 -q20 313507859_S20_L001_R.fastq > 313507859_S20_L001_R.fasta
Any idea what the problem may be? Much appreciated
The text was updated successfully, but these errors were encountered: