Skip to content

Commit

Permalink
docs: update meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Dec 10, 2024
1 parent 0770939 commit 5b0b9e1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions modules/local/starfusion/build/meta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: starfusion_downloadgenome
name: starfusion_build
description: Download STAR-fusion genome resource required to run STAR-Fusion caller
keywords:
- downoad
- download
tools:
- star-fusion:
description: Fusion calling algorithm for RNAseq data
Expand All @@ -20,6 +20,13 @@ input:
type: file
description: genome gtf file
pattern: "*.{gtf}"
- fusion_annot_lib:
type: file
description: Fusion annotation library (key/val pairs, tab-delimited).
pattern: "*.dat.gz"
- dfam_species:
type: string
description: DNA transposable element database (Dfam.hmm), required for repeat masking. Only 'human' or 'mouse' are accepted (will automatically pull the resources from dfam).

output:
- reference:
Expand Down

0 comments on commit 5b0b9e1

Please sign in to comment.