-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d7d77e
commit cdc055c
Showing
251 changed files
with
2,152 additions
and
1,142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Copyright (C) 2016 Miguel Machado <[email protected]> | ||
Last modified: August 25, 2016 | ||
Last modified: August 31, 2016 | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -39,7 +39,7 @@ | |
|
||
|
||
def main(): | ||
version = '1.6' | ||
version = '1.7' | ||
args = utils.parseArguments(version) | ||
|
||
general_start_time = time.time() | ||
|
@@ -94,7 +94,7 @@ def main(): | |
if not args.skipTrimmomatic: | ||
programs_version_dictionary['trimmomatic-0.36.jar'] = ['-version', '==', '0.36'] | ||
if not args.skipSPAdes: | ||
programs_version_dictionary['spades.py'] = ['--version', '>=', '3.7.1'] | ||
programs_version_dictionary['spades.py'] = ['--version', '>=', '3.9.0'] | ||
if not args.skipPilon and not args.skipSPAdes: | ||
programs_version_dictionary['bowtie2'] = ['--version', '>=', '2.2.9'] | ||
programs_version_dictionary['samtools'] = ['--version', '==', '1.3.1'] | ||
|
@@ -257,7 +257,7 @@ def run_INNUca(sampleName, outdir, fastq_files, args, script_path, scheme): | |
|
||
# Run SPAdes | ||
if not args.skipSPAdes: | ||
run_successfully, pass_qc, time_taken, failing, contigs = spades.runSpades(sampleName, outdir, threads, fastq_files, args.spadesNotUseCareful, args.spadesMaxMemory, args.spadesMinCoverage, args.spadesMinContigsLength, genomeSize, args.spadesKmers, maximumReadsLength, args.spadesSaveReport, args.spadesDefaultKmers) | ||
run_successfully, pass_qc, time_taken, failing, contigs = spades.runSpades(sampleName, outdir, threads, fastq_files, args.spadesNotUseCareful, args.spadesMaxMemory, args.spadesMinCoverageAssembly, args.spadesMinContigsLength, genomeSize, args.spadesKmers, maximumReadsLength, args.spadesSaveReport, args.spadesDefaultKmers, args.spadesMinCoverageContigs) | ||
runs['SPAdes'] = [run_successfully, pass_qc, time_taken, failing] | ||
|
||
if run_successfully: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
91 changes: 0 additions & 91 deletions
91
src/SPAdes-3.7.1-Linux/share/spades/configs/debruijn/distance_estimation.info.template
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.