Skip to content

Commit

Permalink
possible change to blast config--needs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcain committed Mar 14, 2024
1 parent 0b51569 commit 735dcc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jbrowse2/bin/make_global_config.pl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@
$$hashref{'genomebrowser'}{'tracks'} = \@blasttracks;
push @blastarray, $hashref;
}
print $blastjson JSON->new->pretty(1)->encode(\@blastarray);
my $toplevelhash;
$$toplevelhash{'wormbaseVersion'} = 'WS'.$RELEASE;
$$toplevelhash{'bioprojects'} = \@blastarray;
print $blastjson JSON->new->pretty(1)->encode($toplevelhash);
close $blast;
close $blastjson;

Expand Down

0 comments on commit 735dcc4

Please sign in to comment.