mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-12-04 08:59:54 +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
|
// Check and validate parameters
|
||||||
//
|
//
|
||||||
/*
|
|
||||||
public static void initialise(params, log) {
|
public static void initialise(params, log) {
|
||||||
genomeExistsError(params, log)
|
genomeExistsError(params, log)
|
||||||
|
//if (!params.fasta) {
|
||||||
if (!params.fasta) {
|
// Nextflow.error "Genome fasta file not specified with e.g. '--fasta genome.fa' or via a detectable config file."
|
||||||
Nextflow.error "Genome fasta file not specified with e.g. '--fasta genome.fa' or via a detectable config file."
|
//}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Get workflow summary for MultiQC
|
// Get workflow summary for MultiQC
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue