Skip to content

Commit

Permalink
Fix typo inpt->input
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika authored Apr 30, 2022
1 parent 6afb92f commit e83fcbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ params {
illumina_suffixes = ['*_R{1,2}_001', '*_R{1,2}', '*_{1,2}' ]
fastq_exts = ['.fastq.gz', '.fq.gz', '.fastq', '.fq']
fastq_search_path = makeFastqSearchPath( illumina_suffixes, fastq_exts )
samplesheet_inpt = 'NO_FILE'
samplesheet_input = 'NO_FILE'
versioned_outdir = false
pipeline_short_name = parsePipelineName(manifest.toMap().get('name'))
pipeline_minor_version = parseMinorVersion(manifest.toMap().get('version'))
Expand Down Expand Up @@ -51,4 +51,4 @@ process {
withName: kma_align {
cpus = 4
}
}
}

0 comments on commit e83fcbe

Please sign in to comment.