Skip to content

Commit

Permalink
Fix whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy committed May 2, 2024
1 parent 8d8b79f commit d93bff3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions workflows/pairgenomealign.nf
Original file line number Diff line number Diff line change
Expand Up @@ -69,34 +69,34 @@ workflow PAIRGENOMEALIGN {
// MODULE: last_dotplot_m2m
//
LAST_DOTPLOT_M2M (
LAST_LASTAL.out.maf,
'png'
LAST_LASTAL.out.maf,
'png'
)

// MODULE: last_split_m2o
//
LAST_SPLIT_M2O (
LAST_LASTAL.out.maf
LAST_LASTAL.out.maf
)

// MODULE: last_dotplot_m2o
//
LAST_DOTPLOT_M2O (
LAST_SPLIT_M2O.out.maf,
'png'
LAST_SPLIT_M2O.out.maf,
'png'
)

// MODULE: last_split_o2o
//
LAST_SPLIT_O2O (
LAST_SPLIT_M2O.out.maf
LAST_SPLIT_M2O.out.maf
)

// MODULE: last_dotplot_o2o
//
LAST_DOTPLOT_O2O (
LAST_SPLIT_O2O.out.maf,
'png'
LAST_SPLIT_O2O.out.maf,
'png'
)

// Collate and save software versions
Expand Down

0 comments on commit d93bff3

Please sign in to comment.