# HG changeset patch # User mheinzl # Date 1614004951 0 # Node ID d910b6dfd8260b9ee6c192d3c1a8731690112447 # Parent f06067bedfc5a0f358c07e4ad9440fc491100dd6 planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8 diff -r f06067bedfc5 -r d910b6dfd826 read2mut.py --- 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))