How to add tracks with GFF file format? #1404
-
I am following the steps as mentioned in the following link: https://jbrowse.org/jb2/docs/quickstart_web/ to add assembly and tracks. I have uploaded the .gff file to the local instance. How can I add a track for .gff format? For assembly, we need to create a fasta-index (fai) file. Do we need to follow any such steps? It shows that the track type is not supported. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
JBrowse 2 currently supports indexed GFF3. If your file is a valid and sorted gff3, you can index it by running:
This will create the files |
Beta Was this translation helpful? Give feedback.
-
technically this would be a good thing to add to our quickstart. A lot of GFF need to be sorted also before being properly gzipped...maybe discuss in meeting |
Beta Was this translation helpful? Give feedback.
JBrowse 2 currently supports indexed GFF3. If your file is a valid and sorted gff3, you can index it by running:
This will create the files
my.gff3.gz
andmy.gff3.gz.tbi
, which can be opened in JBrowse 2.