Skip to content

Commit

Permalink
fix: set extension to gtf (galaxyproject#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 30, 2024
1 parent bdcc97c commit 649b8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/galaxy-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function getWorkflowLandingsRequestState(
): WorkflowLandingsBodyRequestState {
if (workflowId === WORKFLOW_ID.VARIANT_CALLING && geneModelUrl) {
return {
"Annotation GTF": { ext: "gtf.gz", src: "url", url: geneModelUrl },
"Annotation GTF": { ext: "gtf", src: "url", url: geneModelUrl },
"Genome fasta": {
ext: "fasta.gz",
src: "url",
Expand Down

0 comments on commit 649b8d2

Please sign in to comment.