"Could be gzip'ed (extension: .gz) or bzip2'ed (extension: .bz2)."
However when I try to run with compressed input I get the following error:
Error: reads file does not look like a FASTQ file
terminate called after throwing an instance of ‘int' bowtie2-align died with signal 6 (ABRT) (core dumped)).
Does Bowtie2 accept compressed (.gz or .bz2) reads as input? If so how should the command line look?
Thanks.