Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Dec 19, 2023
1 parent 09bfe30 commit baa4e62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions workflows/mtdna_server_2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ include { REPORT } from '../modules/local/report'

workflow MTDNA_SERVER_2 {

report_file_ch = file("$projectDir/reports/report.Rmd")


report_file_ch = file("$projectDir/reports/report.Rmd")
bams_ch = Channel.fromPath(params.files)

if(params.reference.equals("rcrs")){
Expand Down

0 comments on commit baa4e62

Please sign in to comment.