Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to open input file/stream #186

Open
XueWang2019 opened this issue Dec 29, 2021 · 1 comment
Open

Fail to open input file/stream #186

XueWang2019 opened this issue Dec 29, 2021 · 1 comment

Comments

@XueWang2019
Copy link

I use SRAtoolkit from NCBI to convert a RUN SAR14514455 to fastq file as below:
image

Then I use seqtk to convert fastq to fasta file with the below command:
image

The new fasta file is created but is empty.
The error info is:
[E::stk_seq] failed to open the input file/stream.

The fastq file is as below:
image

I am a newbie in the bio info area. Could you pls help with it? Thanks.

@shenwei356
Copy link

Please check the input path using ls. And the output path /srrxxx.fasta should be invalid, cause you may have no write permission in the root path /, try

seqtk seq -A /mnt/xxxx.fastq > srxxxx.fasta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants