Uploading VCF track onto JBrowse 1.16.8
1
1
Entering edit mode
2.3 years ago
rajeshpn ▴ 30

Hi I could upload fasta file using "Open Sequence file" and gff3, BAM files through "Open track file or URL" from top menu bar on JBrowse version 1.16.8. But when I tried to upload vcf file, JBrowse is recognizing but not uploading.

Did any of you face the same issue? Is this capability version dependent? If so, what version?

Thanks for your help in advance

Rajesh

JBrowse VCF Tracks • 1.2k views
ADD COMMENT
1
Entering edit mode
2.3 years ago
cmdcolin ★ 3.8k

JBrowse v1 does not have a plaintext VCF adapter. You must create a "tabix indexed VCF" and then add both the file.vcf.gz and file.vcf.gz.tbi

You can create a tabix index using

   bgzip my.vcf
   tabix -p vcf my.vcf.gz

note: jbrowse 2 does have a plaintext vcf adapter

ADD COMMENT
0
Entering edit mode

Thank you. I'll try your suggestions. Appreciate your response.

Yes. With JBrowse2, it is straightforward.

With previous version of JBrowse, I can select BAM and index files of multiple samples of the same species together. But in JBrowse 2, I need to do it one by one I believe.

ADD REPLY
0
Entering edit mode

thanks for noting this. indeed, the multi-track drag and drop panel is not in jbrowse 2 yet. if you think its a valuable feature we could definitely consider it

ADD REPLY
0
Entering edit mode

Since the users got used to multi-drag option, taking that away becomes. I think it is a useful feature as it saves a lot of time especially when the users deal with multiple datasets,

ADD REPLY

Login before adding your answer.

Traffic: 1708 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6