Skip to content

Commit

Permalink
Name Genebed according to ensembl version
Browse files Browse the repository at this point in the history
  • Loading branch information
pintoa1-mskcc committed Sep 18, 2024
1 parent 7194335 commit c25de5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/local/metafusion/genebed/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ process METAFUSION_GENEBED {

input:
tuple val(meta), path(gff)
val ensembl_version

output:
tuple val(meta), path("*.metafusion.gene.bed"), emit: metafusion_gene_bed
Expand All @@ -23,7 +24,7 @@ process METAFUSION_GENEBED {
"""
final_generate_v75_gene_bed.R \\
$gff \\
${prefix}.metafusion.gene.bed
${ensembl_version}.metafusion.gene.bed
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down
3 changes: 2 additions & 1 deletion subworkflows/local/prepare_references.nf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ workflow PREPARE_REFERENCES {
)

METAFUSION_GENEBED(
AGAT_SPADDINTRONS.out.gff
AGAT_SPADDINTRONS.out.gff,
params.ensembl_version
)

METAFUSION_GENEINFO(
Expand Down

0 comments on commit c25de5f

Please sign in to comment.