Skip to content

Commit bc63b67

Browse files
committed
Add additional feature attributes to index
1 parent d81e274 commit bc63b67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jbrowse/src/org/labkey/jbrowse/JBrowseRoot.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,8 @@ private List<JSONObject> processFile(ExpData data, File outDir, String featureNa
14411441
File temp = null;
14421442
Set<String> nameAttrs = new HashSet<>();
14431443
nameAttrs.add("gene_name");
1444+
nameAttrs.add("ncbi_geneid");
1445+
nameAttrs.add("ensembl_geneid");
14441446
if ("gtf".equalsIgnoreCase(ext))
14451447
{
14461448
getLogger().info("converting GTF to GFF");

0 commit comments

Comments
 (0)