Thanks a lot !
• 0 views
•
link
Hi,
Is it possible to use Tophat with .gz fastq file ?
Thanks,
N.
Yes. It will uncompress based on the filename extension.
Thanks a lot !
If you ever have a program that doesn't accept gzipped input or you're not sure whether or not it accepts gzipped input, you can make it using UNIX pipes:
gzcat the_file.gz | program -in /dev/stdin ...
Log in to answer this question.