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

Using a non-zipped file #16

Closed
bluessherpa opened this issue Feb 5, 2018 · 5 comments
Closed

Using a non-zipped file #16

bluessherpa opened this issue Feb 5, 2018 · 5 comments

Comments

@bluessherpa
Copy link

Is there a way to get NanoFilt to work without using a zipped file?

Thanks.
Novis John

@wdecoster
Copy link
Owner

Hi,

Certainly. Instead of using gunzip/zcat you can simply use cat to stream the file.
Is that what you are looking for?

Cheers,
Wouter

@bluessherpa
Copy link
Author

bluessherpa commented Feb 5, 2018 via email

@wdecoster
Copy link
Owner

cat myfile.fastq | NanoFilt -q 10 > myfilteredfile.fastq

@bluessherpa
Copy link
Author

bluessherpa commented Feb 5, 2018

Thank you very much!!!!! It worked great!!!

@wdecoster
Copy link
Owner

Please let me know if that doesn't work, or if you have other issues, suggestions or feature requests.

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