Skip to content

Commit

Permalink
Update main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Sep 27, 2023
1 parent a0c034f commit 13eb35e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/msk/gbcms/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ process GBCMS {
script:
// determine if input file is a maf of vcf
// the --maf and --vcf inputs are mutually input exclusive parameters.
// Both are part of the same subcommand. Thus warrants groovy scripting.
def input_ext = variant_file.getExtension()
def variant_input = ''
if(input_ext == 'maf') {
Expand Down

0 comments on commit 13eb35e

Please sign in to comment.