-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing modules, adding fusion query
This largish restructuring gets rid of the `modules` part & just defines the pages. And: "mateName" etc. fusion support!
- Loading branch information
Showing
61 changed files
with
2,599 additions
and
2,873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...dules/service-pages/ontomapsComponents.js → src/components/OntomapsComponents.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import React from "react" | ||
import { Layout } from "./Layout" | ||
import BiosamplesSearchPanel from "./searchForm/BiosamplesSearchPanel" | ||
import parametersConfig from "../config/beaconSearchParameters.yaml" | ||
import beaconQueryTypes from "../config/beaconQueryTypes.yaml" | ||
import requestTypeExamples from "../config/beaconSearchExamples.yaml" | ||
|
||
export default function Page({ cytoBands }) { | ||
return ( | ||
<Layout title="Search Samples" headline=""> | ||
<BiosamplesSearchPanel | ||
cytoBands={cytoBands} | ||
parametersConfig={parametersConfig} | ||
beaconQueryTypes={beaconQueryTypes} | ||
requestTypeExamples={requestTypeExamples} | ||
collapsed={false} | ||
/> | ||
</Layout> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.