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
and this is because it is reading the gzip-compressed FASTQ as if it was a normal FASTQ file. I'm not 100% sure but I believe FastQC runs normally when this set of parameters is used, so falco must behave similarly.
We can probably be able to figure out if it's compressed or not prior to processing, probably use igzfstream from smithlab_cpp would be the best option.
The text was updated successfully, but these errors were encountered:
and this is because it is reading the gzip-compressed FASTQ as if it was a normal FASTQ file. I'm not 100% sure but I believe FastQC runs normally when this set of parameters is used, so falco must behave similarly.
We can probably be able to figure out if it's compressed or not prior to processing, probably use
igzfstream
fromsmithlab_cpp
would be the best option.The text was updated successfully, but these errors were encountered: