Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.0.1 Minor Release
-
Labels:
-
Story Points:2
-
Sprint:B - Summer 2018
Description
Users tried to use a fasta.gz file as the sequence for a custom genome.
This didn't work. IGB will work with fasta, but not fasta.gz.
This was brought to our attention through this biostars post:
https://biostar.usegalaxy.org/p/27494/
Created using shell commands:
wget http://igbquickload.org/S_cerevisiae_Apr_2011/S_cerevisiae_Apr_2011.2bit
twoBitToFa S_cerevisiae_Apr_2011.2bit S_cerevisiae_Apr_2011.fa
gzip S_cerevisiae_Apr_2011.fa
twoBitToFa is from Jim Kent code. Google to find it.