Skip to content

Commit

Permalink
Add BigBed deduction
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jun 23, 2018
1 parent 86892a9 commit 227bba4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JBrowse/ConfigAdaptor/JB_json_v1.js
Expand Up @@ -217,6 +217,7 @@ return declare('JBrowse.ConfigAdaptor.JB_json_v1',null,
/\.gff3?.gz$/i.test( urlTemplate ) ? 'JBrowse/Store/SeqFeature/GFF3Tabix' :
/\.bed.gz$/i.test( urlTemplate ) ? 'JBrowse/Store/SeqFeature/BEDTabix' :
/\.(bw|bigwig)$/i.test( urlTemplate ) ? 'JBrowse/Store/SeqFeature/BigWig' :
/\.(bb|bigbed)$/i.test( urlTemplate ) ? 'JBrowse/Store/SeqFeature/BigBed' :
/\.(fa|fasta)$/i.test( urlTemplate ) ? 'JBrowse/Store/Sequence/IndexedFasta' :
/\.2bit$/i.test( urlTemplate ) ? 'JBrowse/Store/Sequence/TwoBit' :
/\/Sequence$/.test(trackConfig.type) ? 'JBrowse/Store/Sequence/StaticChunked' :
Expand Down

0 comments on commit 227bba4

Please sign in to comment.