Skip to content

Commit

Permalink
Fix prettier linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Feb 7, 2024
1 parent 120c95f commit 996b754
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ try {
// Load nf-core/funcscan custom profiles from different institutions.

try {
includeConfig "${params.custom_config_base}/pipeline/funcscan.config"
includeConfig "${params.custom_config_base}/pipeline/funcscan.config"
} catch (Exception e) {
System.err.println("WARNING: Could not load nf-core/config/funcscan profiles: ${params.custom_config_base}/pipeline/funcscan.config")
System.err.println("WARNING: Could not load nf-core/config/funcscan profiles: ${params.custom_config_base}/pipeline/funcscan.config")
}

profiles {
Expand Down
4 changes: 2 additions & 2 deletions subworkflows/local/amp.nf
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ workflow AMP {
input: [ it[0] ]
summary: it[1]
}

ch_tabix_input = Channel.of(['id':'ampcombi_complete_summary'])
.combine(ch_ampcombi_summaries_out.summary.collectFile(name: 'ampcombi_complete_summary.csv', keepHeader:true))

TABIX_BGZIP(ch_tabix_input)

emit:
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/arg.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workflow ARG {
main:
ch_versions = Channel.empty()

// Prepare HAMRONIZATION reporting channel
// Prepare HAMRONIZATION reporting channel
ch_input_to_hamronization_summarize = Channel.empty()

// AMRfinderplus run
Expand Down

0 comments on commit 996b754

Please sign in to comment.