SPAdes on ACCESS3.15.5SPAdes for de novo assemblyBankevich, A., Nurk, S., Antipov, D., Gurevich, A. A., Korobeynikov, A., Lapidus, A., Prjibelski, A. D., Pyshkin, A., Sirotkin, A., Sirotkin, Y., Stepanauskas, R., Clingenpeel, S. R., Woyke, T., McLean, J. S., Lasken, R., Tesler, G., Alekseyev, M. A., and Pevzner, P. A.Bankevich, A., Nurk, S., Antipov, D., et al. (2012) SPAdes: a new genome assembly algorithm and its applications to single-cell sequencing. J Comput Biol 19, 455-477 10.1089/cmb.2012.0021de Novo Sequence Assemblyspades_accessinvocationperl$more_memory == 32perl"spades_3.15.5_expanse$which_spades -t 16"1invocationbperl$more_memory >= 64perl"spades_3.15.5_expanse$which_spades -t 32"1spades_schedulerscheduler.confperl$more_memory == 32perl
"cpus-per-task=16\\n" .
"max_file_size=unlimited\\n".
"ntasks-per-node=1\\n" .
"node_exclusive=0\\n" .
"mem=32G\\n" .
"nodes=1\\n"
spades_scheduler2scheduler.confperl$more_memory == 64perl
"node_exclusive=0\\n" .
"max_file_size=unlimited\\n".
"cpus-per-task=32\\n" .
"ntasks-per-node=1\\n" .
"mem=64G\\n" .
"nodes=1\\n"
spades_scheduler3scheduler.confperl$more_memory == 128perl
"cpus-per-task=32\\n" .
"max_file_size=unlimited\\n".
"ntasks-per-node=1\\n" .
"node_exclusive=0\\n" .
"mem=128G\\n" .
"nodes=1\\n"
spades_scheduler4scheduler.confperl$more_memory == 243perl
"cpus-per-task=32\\n" .
"max_file_size=unlimited\\n".
"ntasks-per-node=1\\n" .
"node_exclusive=1\\n" .
"mem=243G\\n" .
"nodes=1\\n"
spades_scheduler5scheduler.confperl$more_memory == 512perl
"ChargeFactor=1.0\\n" .
"max_file_size=unlimited\\n".
"nodes=1\\n" .
"large_data=1\\n" .
"mem=500G\\n" .
"node_exclusive=0\\n" .
"cpus-per-task=32\\n"
inputfile1_fastqinputfastq_1.fq.gzinputfile1Sperl$specify_readtype eq "-s"perl"--s 1 inputfastq_1.fq.gz"2inputfile1_2perl$specify_readtype ne "-s"perl"$specify_readtype$specify_inputtype 1 inputfastq_1.fq.gz"2runtime1scheduler.confMaximum Hours to Run (click here for help setting this correctly)12Estimate tLhe maximum time your job will need to run. We recommend testing initially with a < 0.5hr test run because Jobs set for 0.5 h or less depedendably run immediately in the "debug" queue.
Once you are sure the configuration is correct, you then increase the time. The reason is that jobs > 0.5 h are submitted to the "normal" queue, where jobs configured for 1 or a few hours times may
run sooner than jobs configured for the full 168 hours.
Maximum Hours to Run must be less than 168perl$runtime > 168.0Maximum Hours for a large memory node is 48 hoursperl$runtime > 48.0 && $more_memory == 512For high memory jobs, the run hours request must be greater than 6, but you will only be charged for the time your run actually usesperl$runtime <= 6 && $more_memory == 512 Maximum Hours to Run must be greater than 0.1 perl$runtime < 0.1The job will run on 16 processors as configured. If it runs for the entire configured time, it will consume 16 x $runtime cpu hoursperl$more_memory == 32The job will run on 32 processors as configured. If it runs for the entire configured time, it will consume 32 x $runtime cpu hoursperl$more_memory == 64The job will run on 64 processors as configured. If it runs for the entire configured time, it will consume 64 x $runtime cpu hoursperl$more_memory == 128The job will run on 128 processors as configured. If it runs for the entire configured time, it will consume 128 x $runtime cpu hoursperl$more_memory == 243The job will run on 256 processors as configured. If it runs for the entire configured time, it will consume 256 x $runtime cpu hoursperl$more_memory == 512perl"runhours=$value\\n"which_spadesWhich spades version?:.gcc10.2.0 .gcc9.2.0specify_readtypeMy read files are:--s--pe--hqmpPlease select your read typeperl!defined $specify_readtypespecify_inputtypeMy first input file is:80-12-1-minputfastq2rSelect a reverse read file for Library 1 (gzipped)perl$specify_inputtype eq "-1"perl"$specify_readtype-2 1 inputfastq_R2_1.fq.gz"inputfastq_R2_1.fq.gz3Please select the reverse read file for Library 1perl$specify_inputtype eq "-1" && !defined $inputfastq2r13pe_singlereadsI have unpaired reads to go with my paired end read files (gzipped)perl$specify_inputtype eq "-1" || $specify_inputtype eq "-12"inputfastq1_singlepereadsSelect the file with unpaired fastq reads for PE Library 1 (gzipped)perl$specify_readtype eq "--pe" && $pe_singlereads perl"--pe1-s inputfastq_S1.fq.gz"inputfastq_S1.fq.gz12Advisory only: You did not choose a fastq single read file for paired end library 1; if you dont need one just click through.perl$specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq1_singlepereads13specify_librarynumberHow many read libraries do you require?123456789name_spadesoutputdirName for the spades output directoryperl"-o spades_$name_spadesoutputdir"output30more_memoryPlease specify your memory requirement (in GB)326412824351232specify_datatypeSpecify your data typeperl$specify_pipelineopt ne "--only-error-correction"--isolate--sc--metaperldefined $specify_datatype ? "$value":""31Please specify the kind of data you are using (High coverage/single cell/metagenomic)perl!defined $specify_datatype && $specify_pipelineopt ne "--only-error-correction"specify_spadesmodeSpecify a specialized SPAdes mode--bio--corona--rnaperldefined $specify_spadesmode ? "$value":""33specify_spadespipelineSpecify a specialized SPAdes pipeline--plasmid--metaviral--metaplasmidperldefined $specify_spadespipeline ? "$value":""35Sorry, --plasmid cannot be used with single cell mode (--sc)perl$specify_spadespipeline eq "--plasmid" && $specify_datatype eq "--sc"Sorry, --metaplasmid cannot be used with single cell mode (--sc)perl$specify_spadespipeline eq "--metaplasmid" && $specify_datatype eq "--sc"specify_datasourceSpecify a specialized data source--rnaviral--iontorrentperldefined $specify_datasource ? "$value":""36The --rnaviral option cannot be used with the --careful optionperl$specify_datasource eq "--rnaviral" && $specify_pipelineopt2The --rnaviral option cannot be used with the - -only-error-correction optionperl$specify_datasource eq "--rnaviral" && $specify_pipelineopt eq "--only-error-correction"select_perlibsInterleaved Paired End Read Files (if you require more than one Library)inputfastq22Select file for fastq read library 2 (interleaved; gzipped)inputfastq_2.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 1 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 2 inputfastq_2.fq.gz"Please select the second paired end interleaved reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 1 && $specify_readtype ne "--s" && !defined $inputfastq22 5inputfastq23Select file for fastq read library 3 (interleaved; gzipped)inputfastq_3.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 2 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 3 inputfastq_3.fq.gz"Please select the third paired end interleaved only reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 2 && $specify_readtype ne "--s" && !defined $inputfastq236inputfastq24Select file for fastq read library 4 (interleaved; gzipped)inputfastq_4.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 3 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 4 inputfastq_4.fq.gz"Please select the fourth paired end interleaved reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 3 && $specify_readtype ne "--s" && !defined $inputfastq247inputfastq25Select file for fastq read library 5 (interleaved; gzipped)inputfastq_5.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 4 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 5 inputfastq_5.fq.gz"Please select the fifth paired end interleaved reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 4 && $specify_readtype ne "--s" && !defined $inputfastq258inputfastq26Select file for fastq read library 6 (interleaved; gzipped)inputfastq_6.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 5 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 6 inputfastq_6.fq.gz"Please select the sixth paired end interleaved reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 5 && $specify_readtype ne "--s" && !defined $inputfastq269inputfastq27Select file for fastq read library 7 (interleaved; gzipped)inputfastq_7.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 6 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 7 inputfastq_7.fq.gz"Please select the seventh paired end interleaved reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 6 && $specify_readtype ne "--s" && !defined $inputfastq2710inputfastq28Select file for fastq read library 8 (interleaved; gzipped)inputfastq_8.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 7 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 8 inputfastq_8.fq.gz"Please select the eighth paired end interleaved or forward only reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 7 && $specify_readtype ne "--s" && !defined $inputfastq28 11inputfastq29Select file for fastq read library 9 (interleaved; gzipped)inputfastq_9.fq.gzperl$specify_inputtype == "-12" && $specify_librarynumber > 8 && $specify_readtype ne "--s"perl"$specify_readtype$specify_inputtype 9 inputfastq_9.fq.gz"Please select the ninth paired end interleaved reads libraryperl$specify_inputtype == "-12" && $specify_librarynumber > 8 && $specify_readtype ne "--s" && !defined $inputfastq2912select_pefronlylibsSeparate Forward and Reverse Paired End Read Files (if you require more than one Library)inputfastq22fSelect file for fastq read library 2 (forward only reads; gzipped)inputfastq_R1_2.fq.gzperl$specify_librarynumber > 1 && $specify_inputtype == "-1"perl"$specify_readtype$specify_inputtype 2 inputfastq_R1_2.fq.gz"Please select the second paired end forward only reads libraryperl$specify_inputtype == "-1" && $specify_librarynumber > 1 && !defined $inputfastq22f 5inputfastq22rSelect file for fastq read library 2 (reverse only reads; gzipped)inputfastq_R2_2.fq.gzperl$specify_librarynumber > 1 && $specify_inputtype eq "-1" perl"$specify_readtype-2 2 inputfastq_R2_2.fq.gz"Please select the reverse read file for library 2perl$specify_librarynumber > 1 && $specify_inputtype eq "-1" && !defined $inputfastq22r6inputfastq23fSelect file for fastq read library 3 (forward only reads; gzipped)perl$specify_librarynumber > 2 && $specify_inputtype eq "-1"perl"$specify_readtype$specify_inputtype 3 inputfastq_R1_3.fq.gz"inputfastq_R1_3.fq.gzPlease select the third paired end forward only reads libraryperl$specify_inputtype == "-1" && $specify_librarynumber > 2 && $specify_readtype ne "--s" && !defined $inputfastq23f 7inputfastq23rSelect file for fastq read library 3 (reverse only reads; gzipped)perl$specify_librarynumber > 2 && $specify_inputtype eq "-1" perl"$specify_readtype-2 3 inputfastq_R2_3.fq.gz"inputfastq_R2_3.fq.gzPlease select the reverse read file for library 3perl$specify_librarynumber > 2 && $specify_inputtype eq "-1" && !defined $inputfastq23r8inputfastq24fSelect file for fastq read library 4 (forward only reads; gzipped)perl$specify_librarynumber > 3 && $specify_inputtype eq "-1"perl"$specify_readtype$specify_inputtype 4 inputfastq_R1_4.fq.gz"inputfastq_R1_4.fq.gzPlease select the fourth paired end forward only reads libraryperl$specify_inputtype == "-1" && $specify_librarynumber > 3 && $specify_readtype ne "--s" && !defined $inputfastq24f 9inputfastq24rSelect file for fastq read library 4 (reverse only reads; gzipped)perl$specify_librarynumber > 3 && $specify_inputtype eq "-1" perl"$specify_readtype-2 4 inputfastq_R2_4.fq.gz"inputfastq_R2_4.fq.gzPlease select the reverse read file for library 4perl$specify_librarynumber > 3 && $specify_inputtype eq "-1" && !defined $inputfastq24r10inputfastq25fSelect file for fastq read library 5 (forward only reads; gzipped)perl$specify_librarynumber > 4 && $specify_inputtype eq "-1"perl"$specify_readtype$specify_inputtype 5 inputfastq_R1_5.fq.gz"inputfastq_R1_5.fq.gzPlease select the fifth paired end, forward only reads library fileperl$specify_inputtype == "-1" && $specify_librarynumber > 4 && $specify_readtype ne "--s" && !defined $inputfastq25f 11inputfastq25rSelect file for fastq read library 5 (reverse only reads; gzipped)perl$specify_librarynumber > 4 && $specify_inputtype eq "-1" perl"$specify_readtype-2 5 inputfastq_R2_5.fq.gz"inputfastq_R2_5.fq.gzPlease select the reverse read file for library 5perl$specify_librarynumber > 4 && $specify_inputtype eq "-1" && !defined $inputfastq25r12inputfastq26fSelect file for fastq read library 6 (forward only reads; gzipped)perl$specify_librarynumber > 5 && $specify_inputtype eq "-1"perl"$specify_readtype$specify_inputtype 6 inputfastq_R1_6.fq.gz"inputfastq_R1_6.fq.gzPlease select the sixth paired end forward only reads libraryperl$specify_inputtype == "-1" && $specify_librarynumber > 5 && $specify_readtype ne "--s" && !defined $inputfastq26f 13inputfastq26rSelect file for fastq read library 6 (reverse only reads; gzipped)perl$specify_librarynumber > 5 && $specify_inputtype eq "-1" perl"$specify_readtype-2 6 inputfastq_R2_6.fq.gz"inputfastq_R2_6.fq.gzPlease select the reverse reads file for library 6perl$specify_librarynumber > 5 && $specify_inputtype eq "-1" && !defined $inputfastq26r14inputfastq27fSelect file for fastq read library 7 (forward only reads; gzipped)perl$specify_librarynumber > 6 && $specify_inputtype eq "-1"perl"$specify_readtype$specify_inputtype 7 inputfastq_R1_7.fq.gz"inputfastq_R1_7.fq.gzPlease select the seventh paired end forward only reads libraryperl$specify_inputtype == "-1" && $specify_librarynumber > 6 && $specify_readtype ne "--s" && !defined $inputfastq27f 15inputfastq27rSelect file for fastq read library 7 (reverse only reads; gzipped)perl$specify_librarynumber > 6 && $specify_inputtype eq "-1" perl"$specify_readtype-2 7 inputfastq_R2_7.fq.gz"inputfastq_R2_7.fq.gzPlease select the reverse reads file for library 7perl$specify_librarynumber > 6 && $specify_inputtype eq "-1" && !defined $inputfastq27r16inputfastq28fSelect file for fastq read library 8 (forward only reads; gzipped)perl$specify_librarynumber > 7 && $specify_inputtype eq "-1"perl"$specify_readtype$specify_inputtype 8 inputfastq_R1_8.fq.gz"inputfastq_R1_8.fq.gzPlease select the eighth paired end forward only reads libraryperl$specify_inputtype == "-1" && $specify_librarynumber > 7 && $specify_readtype ne "--s" && !defined $inputfastq28f 17inputfastq28rSelect file for fastq read library 8 (reverse only reads; gzipped)perl$specify_librarynumber > 7 && $specify_inputtype eq "-1" perl"$specify_readtype-2 8 inputfastq_R2_8.fq.gz"inputfastq_R2_8.fq.gzPlease select the reverse reads file for library 8perl$specify_librarynumber > 7 && $specify_inputtype eq "-1" && !defined $inputfastq28r18inputfastq29fSelect file for fastq read library 9 (forward only reads; gzipped)perl$specify_librarynumber > 8 && $specify_inputtype eq "-1"perl"$specify_readtype$specify_inputtype 9 inputfastq_R1_9.fq.gz"inputfastq_R1_9.fq.gzPlease select the ninth paired end forward only reads libraryperl$specify_inputtype == "-1" && $specify_librarynumber > 8 && $specify_readtype ne "--s" && !defined $inputfastq29f 19inputfastq29rSelect file for fastq read library 9 (reverse only reads; gzipped)perl$specify_librarynumber > 8 && $specify_inputtype eq "-1" perl"$specify_readtype-2 9 inputfastq_R2_9.fq.gz"inputfastq_R2_9.fq.gzPlease select the reverse reads file for library 9perl$specify_librarynumber > 8 && $specify_inputtype eq "-1" && !defined $inputfastq29r20select_singlelibspe Unpaired Paired End Sequence Files (for up to nine libraries; optional)inputfastq22srpeSelect the fastq single read file for paired end library 2 (gzipped)inputfastq_sr2.fq.gzperl$specify_librarynumber > 1 && $specify_readtype ne "--s" perl"--pe-s 2 inputfastq_sr2.fq.gz"Advisory only: You did not choose a fastq single read file for paired end library 2; if you dont need one just click through.perl$specify_librarynumber > 1 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq22srpe5inputfastq23srpeSelect the fastq single read file for paired end library 3 (gzipped)inputfastq_sr3.fq.gzperl$specify_librarynumber > 2 && $specify_readtype ne "--s" perl"--pe-s 3 inputfastq_sr3.fq.gz"Advisory only: You did not choose a fastq single read file for paired end library 3; if you dont need one just click through.perl$specify_librarynumber > 2 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq23srpe6inputfastq24srpeSelect the fastq single read file for paired end library 4 (gzipped)inputfastq_4sr.fq.gzperl$specify_librarynumber > 3 && $specify_readtype ne "--s" perl"--pe-s 4 inputfastq_4sr.fq.gz"Advisory only: You did not choose a fastq single read file for paired end library 4; if you dont need one just click through.perl$specify_librarynumber > 3 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq24srpe8inputfastq25srpeSelect the fastq single read file for paired end library 5 (gzipped)perl$specify_librarynumber > 4 && $specify_readtype ne "--s" perl"--pe-s 5 inputfastq_5sr.fq.gz"inputfastq_5sr.fq.gzAdvisory only: You did not choose a fastq single read file for paired end library 5; if you dont need one just click through.perl$specify_librarynumber > 4 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq25srpe9inputfastq26srpeSelect the fastq single read file for paired end library 6 (gzipped)inputfastq_6sr.fq.gzperl$specify_librarynumber > 5 && $specify_readtype ne "--s" perl"--pe-s 6 inputfastq_6sr.fq.gz"Advisory only: You did not choose a fastq single read file for paired end library 6; if you dont need one just click through.perl$specify_librarynumber > 5 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq26srpe10inputfastq27srpeSelect the fastq single read file for paired end library 7 (gzipped)inputfastq_7sr.fq.gzperl$specify_librarynumber > 6 && $specify_readtype ne "--s" perl"--pe-s 7 inputfastq_7sr.fq.gz"Advisory only: You did not choose a fastq single read file for paired end library 7; if you dont need one just click through.perl$specify_librarynumber > 6 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq27srpe11inputfastq28srpeSelect the fastq single read file for paired end library 8 (gzipped)inputfastq_8sr.fq.gzperl$specify_librarynumber > 7 && $specify_readtype ne "--s" perl"--pe-s 8 inputfastq_8sr.fq.gz"Advisory only: You did not choose a fastq single read file for paired end library 8; if you dont need one just click through.perl$specify_librarynumber > 7 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq28srpe12inputfastq29srpeSelect the fastq single read file for paired end library 9 (gzipped)inputfastq_8sr.fq.gzperl$specify_librarynumber > 8 && $specify_readtype ne "--s" perl"--pe-s 9 inputfastq_9sr.fq.gz"Advisory only: You did not choose a fastq single read file for paired end library 9; if you dont need one just click through.perl$specify_librarynumber > 8 && $specify_readtype ne "--s" && $pe_singlereads && !defined $inputfastq29srpe13select_singlelibs Single Read Files (up to 9 single read libraries)inputfastq22srSelect fastq single reads file for library 2 (gzipped)inputfastq_sr2.fq.gzperl$specify_librarynumber > 1 && $specify_inputtype eq "80" perl"--s2 inputfastq_sr2.fq.gz"Please select the single reads file for the second libraryperl$specify_librarynumber > 1 && $specify_inputtype eq "80" && !defined $inputfastq22sr5inputfastq23srSelect fastq single reads file for library 3 (gzipped)inputfastq_sr3.fq.gzperl$specify_librarynumber > 2 && $specify_inputtype eq "80" perl"--s3 inputfastq_sr3.fq.gz"Please select the single reads file for the third libraryperl$specify_librarynumber > 2 && $specify_inputtype eq "80" && !defined $inputfastq23sr6inputfastq24srSelect fastq single reads file for library 4 (gzipped)inputfastq_4sr.fq.gzperl$specify_librarynumber > 3 && $specify_inputtype eq "80"perl"--s4 inputfastq_4sr.fq.gz"Please select the single reads file for the fourth libraryperl$specify_librarynumber > 3 && $specify_inputtype eq "80" && !defined $inputfastq24sr8inputfastq25srSelect fastq single reads file for library 5 (gzipped)inputfastq_5sr.fq.gzperl$specify_librarynumber > 4 && $specify_inputtype eq "80"perl"--s5 inputfastq_5sr.fq.gz"Please select the single reads file for the fifth libraryperl$specify_librarynumber > 4 && $specify_inputtype eq "80" && !defined $inputfastq25sr9inputfastq26srSelect fastq single reads file for library 6 (gzipped)inputfastq_6sr.fq.gzperl$specify_librarynumber > 5 && $specify_inputtype eq "80"perl"--s6 inputfastq_6sr.fq.gz"Please select the single reads file for the sixth libraryperl$specify_librarynumber > 5 && $specify_inputtype eq "80" && !defined $inputfastq26sr10inputfastq27srSelect fastq single reads file for library 7 (gzipped)inputfastq_7sr.fq.gzperl$specify_librarynumber > 6 && $specify_inputtype eq "80"perl"--s7 inputfastq_7sr.fq.gz"Please select the single reads file for the seventh libraryperl$specify_librarynumber > 6 && $specify_inputtype eq "80" && !defined $inputfastq27sr11inputfastq28srSelect fastq single reads file for library 8 (gzipped))inputfastq_8sr.fq.gzperl$specify_librarynumber > 7 && $specify_inputtype eq "80"perl"--s8 inputfastq_8sr.fq.gz"Please select the single reads file for the eighth libraryperl$specify_librarynumber > 7 && $specify_inputtype eq "80" && !defined $inputfastq28sr12inputfastq29srSelect fastq single reads file for library 9 (gzipped)inputfastq_8sr.fq.gzperl$specify_librarynumber > 8 && $specify_inputtype eq "80"perl"--s9 inputfastq_9sr.fq.gz"Please select the single reads file for the ninth libraryperl$specify_librarynumber > 8 && $specify_inputtype eq "80" && !defined $inputfastq29sr13hybrid_optionsHybrid Assembly Optionsspecify_pacbioSpecify a PacBio readfileperldefined $specify_pacbio ? "--pacbio pacbio.fq.gz":""pacbio.fq.gz37specify_nanoporeSpecify a Nanopore readfileperldefined $specify_nanopore ? "--nanopore nanopore.fq.gz":""nanopore.fq.gz38specify_sangerSpecify a Sanger readfileperldefined $specify_sanger ? "--sanger sanger.fq.gz":""sanger.fq.gz39specify_trustedSpecify a Trusted Contig fileperldefined $specify_trusted ? "--trusted trusted.fq.gz":""trusted.fq.gz40specify_untrustedSpecify an Untrusted Contig fileperldefined $specify_untrusted ? "--untrusted-contigs trusted.fq.gz":""untrusted.fq.gz41pipeline_optionsPipeline Optionsspecify_pipelineoptSpecify the Pipeline to run--only-error-correction--only-assemblerperldefined $specify_pipelineopt ? "$value":""42specify_pipelineopt2Minimize number of mismatches and short indelsperl$specify_datatype eq "--sc"perl$specify_pipelineopt2 ? "--careful":""The --careful option is only recommended for small genomesperl$specify_pipelineopt243specify_pipelineopt3Save all check-points (default=last)perl$specify_pipelineopt3 ? "--checkpoint all":""44specify_pipelineopt5Do not compress the corrected readsperl$specify_pipelineopt ne "--only-assembler"perl$specify_pipelineopt5 ? "--disable-gzip-output":""45specify_pipelineopt6Disable repeat resolution stage of assemblingperl$specify_pipelineopt6 ? "--disable-rr":""46advanced_optionsAdvanced SPAdes Optionsspecify_yamlFile with dataset description in YAML formatperl"--dataset $value"data_description.yaml47specify_kmerSpecify the kmer valuesperldefined $specify_kmer ? "-k $value":""21,33,55,77,99,12748specify_covcutoffSpecify the coverage cutoff valueperl$specify_datatype ne "--meta"perldefined $specify_covcutoff ? "--cov-cutoff $value":""49specify_phredoffsetSpecify the Phrad quality offset3364perldefined $specify_phredoffset ? "--phred-offset $value":""50all_outputfiles*