Skip to content

Commit

Permalink
Merge pull request #34 from martinghunt/master
Browse files Browse the repository at this point in the history
version 0.10.2
  • Loading branch information
martinghunt committed Jan 7, 2015
2 parents a869c90 + 6983aec commit 0ccf3b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion iva/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import sys
import subprocess
version = '0.10.1'
version = '0.10.2'

class abspathAction(argparse.Action):
def __call__(self, parser, namespace, value, option_string):
Expand Down
2 changes: 1 addition & 1 deletion scripts/iva
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if options.pcr_primers:
fastaq.sequences.Fasta.line_length = original_line_length

if options.contigs:
contigs = 'contigs.fasta'
contigs = 'contigs_to_extend.fasta'
fastaq.tasks.to_fasta(options.contigs, contigs, line_length=60, strip_after_first_whitespace=True)
elif options.reference:
reference = 'reference_in.fasta'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):

setup(
name='iva',
version='0.10.1',
version='0.10.2',
description='Iterative Virus Assembler',
long_description=read('README.md'),
packages = find_packages(),
Expand Down

0 comments on commit 0ccf3b9

Please sign in to comment.