Skip to content

Commit

Permalink
Merge pull request #1206 from VEuPathDB/galaxy-warning
Browse files Browse the repository at this point in the history
updates galaxy
  • Loading branch information
aurreco-uga authored Sep 17, 2024
2 parents b14db0c + 29ffd4b commit 5ca5f85
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 52 deletions.
72 changes: 22 additions & 50 deletions packages/libs/web-common/src/components/GalaxyTerms.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,67 +16,39 @@ export default function GalaxyTerms(props) {

return (
<GalaxyPageLayout>
<p className="eupathdb-GalaxyTermsLead">
<em>Welcome to the free VEuPathDB Galaxy Data Analysis Service. </em>
This service uses a dedicated Galaxy site preloaded with VEuPathDB
genomes and workflows, and is hosted by{' '}
<a href="https://www.globus.org/genomics">Globus Genomics</a>, an
affiliate of <a href="https://www.globus.org">Globus</a>.
</p>

<div className="eupathdb-GalaxyWelcomeGrid">
<div>
{displayName != 'OrthoMCL' && (
<div>
<p>
Use Galaxy to analyze RNA-Seq, ChIP-Seq, Variants, and many other
data sets.
</p>
<p>
Some analysis results will be available as tracks and searches in{' '}
{displayName}.
Owing to funding changes at VEuPathDB, the VEuPathDB Galaxy is not
currently available.
<br />
<br />
We are very sorry for the inconvenience.
<br />
<br />
The VEuPathDB team
</p>
</div>
)}
{displayName == 'OrthoMCL' && (
<div className="smaller-font">
<p>
In VEuPathDB Galaxy, you can upload your set of proteins as a
.fasta file and map the proteins to OrthoMCL Core and Residual
groups.
</p>
<p>
Any proteins that do not map to a defined group are subject to the
OrthoMCL algorithm, allowing the formation of additional groups.
If your set of proteins is from a single species, each additional
group will consist of a set of paralogs.
</p>
<div>
<p>
First log into OrthoMCL and then press the "Go to Galaxy" button.
Owing to funding changes at VEuPathDB, this tool is not currently
available.
<br />
<br />
We are working on a replacement, expected before the end of
September. Please check back soon.
<br />
<br />
We are very sorry for the inconvenience.
<br />
<br />
The VEuPathDB team
</p>
</div>
)}
<div>
<img src={welcomeImage} />
</div>
</div>

<div className="eupathdb-GalaxyTermsContinueLink">
{user.isGuest ? (
<a
href="#login"
onClick={(e) => {
e.preventDefault();
showLoginForm('/a/app/galaxy-orientation/sign-up');
}}
className="eupathdb-BigButton"
>
Go to Galaxy
</a>
) : (
<Link to="/galaxy-orientation/sign-up" className="eupathdb-BigButton">
Go to Galaxy
</Link>
)}
</div>
</GalaxyPageLayout>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ const useHeaderMenuItems = (
key: 'galaxy',
display: 'Galaxy',
type: 'reactRoute',
url: '/galaxy-orientation',
url: makeStaticPageRoute(`/genomics-galaxy-warn.html`),
},
{
key: 'jbrowse',
Expand Down Expand Up @@ -614,7 +614,7 @@ const useHeaderMenuItems = (
key: 'galaxy-analyses',
display: 'Analyze my data (Galaxy)',
type: 'reactRoute',
url: '/galaxy-orientation',
url: makeStaticPageRoute(`/genomics-galaxy-warn.html`),
},
{
key: 'basket',
Expand Down

0 comments on commit 5ca5f85

Please # to comment.