Skip to content

Commit

Permalink
Change Nextflow Tower to Seqera (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck authored Apr 11, 2024
1 parent dbd6be0 commit e1c86b0
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/shared/dockstore.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Dockstore {
static BD_CATALYST_SEVEN_BRIDGES_IMPORT_URL = 'https://sb.biodatacatalyst.nhlbi.nih.gov/integration/trs/import';
static BD_CATALYST_TERRA_IMPORT_URL = 'https://terra.biodatacatalyst.nhlbi.nih.gov/#import-tool/dockstore';
static CAVATICA_IMPORT_URL = 'https://cavatica.sbgenomics.com/integration/trs/import';
static NEXTFLOW_TOWER_IMPORT_URL = 'https://tower.nf/launch';
static SEQERA_IMPORT_URL = 'https://cloud.seqera.io/quicklaunch?pipeline=';
static ELWAZI_IMPORT_URL = 'https://elwazi.terra.bio/#import-tool/dockstore';
static COLAB_IMPORT_URL = 'https://colab.research.google.com/github/';
static MYBINDER_IMPORT_URL = 'https://mybinder.org/v2/gh/';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,13 @@
<a
mat-button
class="launch-with-button private-btn"
[matTooltip]="(hasContent$ | async) ? 'Export this workflow to Nextflow Tower' : 'The Nextflow workflow has no content.'"
[matTooltip]="(hasContent$ | async) ? 'Export this workflow to Seqera' : 'The Nextflow workflow has no content.'"
matTooltipPosition="left"
target="_blank"
rel="noopener"
[attr.href]="
config.NEXTFLOW_TOWER_IMPORT_URL +
'?pipeline=https://' +
config.SEQERA_IMPORT_URL +
'https://' +
workflow.sourceControl +
'/' +
workflow.organization +
Expand All @@ -258,7 +258,7 @@
[disabled]="(hasContent$ | async) === false"
data-cy="nextflowtowerLaunchWith"
>
<img class="partner-icon mr-2" src="../assets/images/thirdparty/nextflow-icon.png" alt="Nextflow icon" /> Nextflow Tower
<img class="partner-launch mr-2" src="../assets/images/thirdparty/seqera_logo_color.svg" alt="Seqera icon" />
</a>
</div>
</div>
Expand Down
Binary file removed src/assets/images/thirdparty/nextflow-icon.png
Binary file not shown.
157 changes: 157 additions & 0 deletions src/assets/images/thirdparty/seqera_logo_color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e1c86b0

Please sign in to comment.