From a95f0982956c5c20d4e5c62e119f5d8bccdb558a Mon Sep 17 00:00:00 2001 From: "Kenneth V. Domingo" Date: Fri, 21 Feb 2020 15:10:39 +0800 Subject: [PATCH] bump to version v0.2.1 --- batch_mut.sh | 7 ------- pdcli/input_handler.py | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 batch_mut.sh diff --git a/batch_mut.sh b/batch_mut.sh deleted file mode 100644 index c57a832..0000000 --- a/batch_mut.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -search_dir = `ls *.fasta` -for file in $search_dir -do - python pdcli.py --mode dna -s $file -m sub -t C -r A -p 25 "${file}-primer.fasta" -done \ No newline at end of file diff --git a/pdcli/input_handler.py b/pdcli/input_handler.py index e69ac2b..9b1308d 100644 --- a/pdcli/input_handler.py +++ b/pdcli/input_handler.py @@ -5,7 +5,7 @@ from Bio.SeqRecord import SeqRecord -__version__ = '0.2.0' +__version__ = '0.2.1' def singleCommand_handler(args): args_dict = dict()