mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-12-03 17:39:55 +00:00
Comment out right part of function
This commit is contained in:
parent
8bc17cccfc
commit
f11d7c7bb5
1 changed files with 6 additions and 6 deletions
|
@ -10,15 +10,15 @@ class WorkflowTaxprofiler {
|
|||
//
|
||||
// Check and validate parameters
|
||||
//
|
||||
/*
|
||||
|
||||
public static void initialise(params, log) {
|
||||
genomeExistsError(params, log)
|
||||
|
||||
if (!params.fasta) {
|
||||
Nextflow.error "Genome fasta file not specified with e.g. '--fasta genome.fa' or via a detectable config file."
|
||||
}
|
||||
//if (!params.fasta) {
|
||||
// Nextflow.error "Genome fasta file not specified with e.g. '--fasta genome.fa' or via a detectable config file."
|
||||
//}
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
//
|
||||
// Get workflow summary for MultiQC
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue