Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Feb 17, 2021
2 parents cb8e023 + ba4470b commit c6e6684
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports[`<InterProScan /> should render with data 1`] = `
>
<Memo(Connect(Link))
className="button"
href="https://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.35-74.0/interproscan-5.35-74.0-64-bit.tar.gz"
href="http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.35-74.0/interproscan-5.35-74.0-64-bit.tar.gz"
target="_blank"
>
Download InterProScan
Expand Down
2 changes: 1 addition & 1 deletion src/components/About/InterProScan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const InterProScan = (
<div className={f('download', 'flex-card')}>
<Link
className={f('button')}
href={`https://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/${version}/interproscan-${version}-64-bit.tar.gz`}
href={`http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/${version}/interproscan-${version}-64-bit.tar.gz`}
target="_blank"
>
Download InterProScan
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exports[`<DownloadTable /> should render 1`] = `
<tr>
<td>
<Memo(Connect(Link))
href="https://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.35-74.0/interproscan-5.35-74.0-64-bit.tar.gz"
href="http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.35-74.0/interproscan-5.35-74.0-64-bit.tar.gz"
style={
Object {
"whiteSpace": "nowrap",
Expand Down Expand Up @@ -71,7 +71,7 @@ exports[`<DownloadTable /> should render 1`] = `
</td>
<td>
<Memo(Connect(Link))
href="https://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.35-74.0/interproscan-5.35-74.0-64-bit.tar.gz"
href="http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/5.35-74.0/interproscan-5.35-74.0-64-bit.tar.gz"
target="_blank"
>
<span
Expand Down
4 changes: 2 additions & 2 deletions src/components/IPScan/DownloadTable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const DownloadTable = (
<tr>
<td>
<Link
href={`https://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/${version}/interproscan-${version}-64-bit.tar.gz`}
href={`http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/${version}/interproscan-${version}-64-bit.tar.gz`}
target="_blank"
style={{ whiteSpace: 'nowrap' }}
>
Expand All @@ -57,7 +57,7 @@ export const DownloadTable = (
<td className={f('xs-hide')}>gzipped</td>
<td>
<Link
href={`https://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/${version}/interproscan-${version}-64-bit.tar.gz`}
href={`http://ftp.ebi.ac.uk/pub/software/unix/iprscan/5/${version}/interproscan-${version}-64-bit.tar.gz`}
target="_blank"
>
<span
Expand Down
36 changes: 18 additions & 18 deletions src/pages/Download/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Download extends PureComponent /*:: <{}> */ {
<tbody>
<tr>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/entry.list">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/entry.list">
InterPro entry list
</Link>
</td>
Expand All @@ -95,7 +95,7 @@ class Download extends PureComponent /*:: <{}> */ {
<td className={f('xs-hide')}>entry.list</td>
<td className={f('xs-hide')}>TSV</td>
<td style={{ whiteSpace: 'nowrap' }}>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/entry.list">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/entry.list">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand All @@ -111,23 +111,23 @@ class Download extends PureComponent /*:: <{}> */ {
<tr>
<td>
{' '}
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/interpro.xml.gz">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/interpro.xml.gz">
InterPro entry details
</Link>
</td>
<td>
XML file listing each InterPro entry, the signatures that it
contains, its abstract, GO terms, etc. - it contains the
equivalent to the Entry pages on the web interface. A{' '}
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/interpro.dtd">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/interpro.dtd">
DTD file
</Link>{' '}
exists describing the format.
</td>
<td className={f('xs-hide')}>interpro.xml.gz</td>
<td className={f('xs-hide')}>gzipped</td>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/interpro.xml.gz">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/interpro.xml.gz">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand All @@ -143,23 +143,23 @@ class Download extends PureComponent /*:: <{}> */ {
<tr>
<td>
{' '}
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/match_complete.xml.gz">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/match_complete.xml.gz">
Protein matched complete
</Link>
</td>
<td>
All UniProtKB proteins and the InterPro entries and
individual signatures they match, in XML format. Proteins
without any matches to InterPro are also included. A{' '}
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/match_complete.dtd">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/match_complete.dtd">
DTD file
</Link>{' '}
exists describing the format.
</td>
<td className={f('xs-hide')}>match_complete.xml.gz</td>
<td className={f('xs-hide')}>gzipped</td>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/match_complete.xml.gz">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/match_complete.xml.gz">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand All @@ -174,7 +174,7 @@ class Download extends PureComponent /*:: <{}> */ {

<tr>
<td>
<UniparcLink href="https://ftp.ebi.ac.uk/pub/databases/interpro/uniparc_match.tar.gz">
<UniparcLink href="http://ftp.ebi.ac.uk/pub/databases/interpro/uniparc_match.tar.gz">
Uniparc sequences
</UniparcLink>
</td>
Expand All @@ -192,7 +192,7 @@ class Download extends PureComponent /*:: <{}> */ {
<td className={f('xs-hide')}>uniparc_match.tar.gz</td>
<td className={f('xs-hide')}>gzipped</td>
<td>
<UniparcLink href="https://ftp.ebi.ac.uk/pub/databases/interpro/uniparc_match.tar.gz">
<UniparcLink href="http://ftp.ebi.ac.uk/pub/databases/interpro/uniparc_match.tar.gz">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand All @@ -207,7 +207,7 @@ class Download extends PureComponent /*:: <{}> */ {

<tr>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/protein2ipr.dat.gz">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/protein2ipr.dat.gz">
UniProtKB proteins
</Link>
</td>
Expand All @@ -218,7 +218,7 @@ class Download extends PureComponent /*:: <{}> */ {
<td className={f('xs-hide')}>protein2ipr.dat.gz</td>
<td className={f('xs-hide')}>gzipped</td>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/protein2ipr.dat.gz">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/protein2ipr.dat.gz">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand All @@ -233,7 +233,7 @@ class Download extends PureComponent /*:: <{}> */ {

<tr>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/ParentChildTreeFile.txt">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/ParentChildTreeFile.txt">
Entry relationships tree
</Link>
</td>
Expand All @@ -245,7 +245,7 @@ class Download extends PureComponent /*:: <{}> */ {
<td className={f('xs-hide')}>ParentChildTreeFile.txt</td>
<td className={f('xs-hide')}>TXT</td>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/ParentChildTreeFile.txt">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/ParentChildTreeFile.txt">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand All @@ -261,7 +261,7 @@ class Download extends PureComponent /*:: <{}> */ {
<tr>
<td>
{' '}
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/interpro2go">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/interpro2go">
List of GO terms
</Link>
</td>
Expand All @@ -271,7 +271,7 @@ class Download extends PureComponent /*:: <{}> */ {
<td className={f('xs-hide')}>interpro2go</td>
<td className={f('xs-hide')}>TXT</td>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/interpro2go">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/interpro2go">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand All @@ -287,15 +287,15 @@ class Download extends PureComponent /*:: <{}> */ {
{
<tr>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/release_notes.txt">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/release_notes.txt">
Latest release note
</Link>
</td>
<td>The current release notes, in text-based format.</td>
<td>release_notes.txt</td>
<td>TXT</td>
<td>
<Link href="https://ftp.ebi.ac.uk/pub/databases/interpro/release_notes.txt">
<Link href="http://ftp.ebi.ac.uk/pub/databases/interpro/release_notes.txt">
<span
className={f('icon', 'icon-common', 'font-l')}
data-icon="&#x3d;"
Expand Down

0 comments on commit c6e6684

Please sign in to comment.