Skip to content

Commit

Permalink
updated draft_seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
l-singh-biomsu committed Oct 30, 2024
1 parent 3f2539e commit 9ba73cb
Show file tree
Hide file tree
Showing 204 changed files with 14 additions and 297 deletions.
305 changes: 11 additions & 294 deletions CURATED_SET/curated_service/curatedDB/generate_draft_seeds.ipynb

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions CURATED_SET/html/tree_d3.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h1>Multiple sequence alignment will appear below</h1>

var m = msa({
el: rootDiv,
importURL: "../seeds/"+name+".fasta",
importURL: "../draft_seeds/"+name.replace(/[()]/g, '')+".fasta",
// seqs:seqs,
all: true,
vis: {
Expand Down Expand Up @@ -400,7 +400,7 @@ <h1>Multiple sequence alignment will appear below</h1>

//Now we will add consensus with features
//first we need to get features and load them.
xhr("../seeds/"+name+".gff3", function(err, request, body) {
xhr("../draft_seeds/"+name.replace(/[()]/g, '')+".gff3", function(err, request, body) {
var features = gffParser.parseSeqs(body);
m.seqs.addFeatures(features);

Expand All @@ -421,7 +421,7 @@ <h1>Multiple sequence alignment will appear below</h1>
}
m.seqs.unshift(seqc);
//After that we add a tree
m.importURL("../seeds/"+name+".tree", function(){
m.importURL("../draft_seeds/"+name.replace(/[()]/g, '')+".tree", function(){
console.log("tree loaded");
//Trigger SeqLogo from menu, see msa.js:24482 why we need to do this hack!
console.log(defMenu.views["40_vis"]._nodes[3].callback());
Expand Down

0 comments on commit 9ba73cb

Please sign in to comment.