1
0
Fork 0
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:
James Fellows Yates 2023-04-29 18:33:12 +02:00
parent 8bc17cccfc
commit f11d7c7bb5

View file

@ -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
//