Skip to content

Commit

Permalink
v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinggerm committed Mar 6, 2020
1 parent a3a7039 commit ab4b192
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions get_organelle_from_reads.py
Original file line number Diff line number Diff line change
Expand Up @@ -3819,13 +3819,10 @@ def main():
options.spades_kmer = check_kmers(options.spades_kmer, options.auto_gradient_k, word_size,
max_read_len, log_handler)
log_handler.info("Assembling using SPAdes ...")
print("test 1")
if not executable("pigz -h"):
print("test 3")
log_handler.warning("Compression after read correction will be skipped for lack of 'pigz'")
if "--disable-gzip-output" not in other_options:
other_options += " --disable-gzip-output"
print("test 2")
is_assembled = assembly_with_spades(options.spades_kmer, spades_output, other_options, out_base,
options.prefix, original_fq_files, reads_paired,
which_spades=options.which_spades, verbose_log=options.verbose_log,
Expand Down

0 comments on commit ab4b192

Please sign in to comment.