# HG changeset patch # User mheinzl # Date 1614004807 0 # Node ID f06067bedfc5a0f358c07e4ad9440fc491100dd6 # Parent 30aec05d04d3f6681b41319382012614e60386a4 planemo upload for repository https://github.com/Single-Molecule-Genetics/VariantAnalyzerGalaxy/tree/master/tools/variant_analyzer commit ee4a8e6cf290e6c8a4d55f9cd2839d60ab3b11c8 diff -r 30aec05d04d3 -r f06067bedfc5 read2mut.py --- a/read2mut.py Mon Feb 22 14:33:12 2021 +0000 +++ b/read2mut.py Mon Feb 22 14:40:07 2021 +0000 @@ -63,10 +63,6 @@ help='Integer threshold for assigning mutations at start and end of reads to lower tier. Default 10.') parser.add_argument('--chimera_correction', action="store_true", help='Count chimeric variants and correct the variant frequencies') - parser.add_argument('--delim_csv', type=str, default=",", - help='Delimiter in csv summary file. Default comma.') - - return parser @@ -238,7 +234,7 @@ pure_tags_dict_short = pure_tags_dict csv_data = open(outputFile_csv, "w") - csv_writer = csv.writer(csv_data, delimiter=delim_csv) + csv_writer = csv.writer(csv_data, delimiter=",") # output summary with threshold workbook = xlsxwriter.Workbook(outfile) diff -r 30aec05d04d3 -r f06067bedfc5 read2mut.xml --- a/read2mut.xml Mon Feb 22 14:33:12 2021 +0000 +++ b/read2mut.xml Mon Feb 22 14:40:07 2021 +0000 @@ -23,7 +23,6 @@ --outputFile_csv '$outputFile_csv' --outputFile2 '$output_xlsx2' --outputFile3 '$output_xlsx3' - --delim_csv '$delim_csv' ]]> @@ -35,7 +34,6 @@ - @@ -53,7 +51,6 @@ -