flowviz
Version:
A framework which provides seamless integration with other phylogenetic tools and frameworks, while allowing workflow scheduling and execution, through the Apache Airflow workflow system.
19 lines (17 loc) • 356 B
JavaScript
import React from "react";
import { useState, useEffect } from "react";
import { useLocation } from "react-router-dom";
import {
Box,
FormControl,
MenuItem,
Container,
Select,
InputLabel,
Toolbar,
Typography,
Stack,
Grid,
} from "@mui/material";
import PageTitle from "../common/pageTitle";
export default function WorkflowScript() {}