changeset 18:d910b6dfd826 draft

planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8
author mheinzl
date Mon, 22 Feb 2021 14:42:31 +0000
parents f06067bedfc5
children 858ca8b7ad43
files read2mut.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/read2mut.py	Mon Feb 22 14:40:07 2021 +0000
+++ b/read2mut.py	Mon Feb 22 14:42:31 2021 +0000
@@ -87,7 +87,6 @@
     phred_score = args.phred
     trim = args.trim
     chimera_correction = args.chimera_correction
-    delim_csv = args.delim_csv
 
     if os.path.isfile(file1) is False:
         sys.exit("Error: Could not find '{}'".format(file1))