serratus-bio / open-virome

monorepo for data explorer UI and APIs
http://openvirome.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

ViromeSummaryTable: Filter displayed output by Column per Node Type #77

Open ababaian opened 3 months ago

ababaian commented 3 months ago

Currently when you click on a virus node or run node, the same format of table is shown, only the rows displayed are filtered differently.

Click Virus image

Click Run image


The table columns are listed below. They are highly redundant for certain node types, so they should be adjusted to display different sets of columns per type:


Virus Node Columns

Display runs-edges


Run Node Columns

Display virus-edges


Edge Columns

For edges, they each represent a single contig (ambiguously called a node by assembly software). The view here should display a fasta format file of the form:

>{run}_{sotu}_coverage_{node_coverage}
{node_seq}

for example

>DRR001926_u45347_coverage_2
FSYDLKSATDRWPPVFMFETLALLFDRSFASSVVNTTLGTNLFEVPFVKRALSQVSFVTGQPLVPYGYWPLFAFTHHVLVWWAAEQVRPGILFDRYAILGDDVLI
ababaian commented 3 months ago

Edge Fasta file and BLAST search added in PR