# HG changeset patch # User iuc # Date 1614719329 0 # Node ID 75c93c70d094b91cd72973442ada604a62183020 # Parent c1a4b5f3b432e37647ad98ec45ad012db34e7306 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985" diff -r c1a4b5f3b432 -r 75c93c70d094 multiqc.xml --- a/multiqc.xml Tue Mar 02 08:02:36 2021 +0000 +++ b/multiqc.xml Tue Mar 02 21:08:49 2021 +0000 @@ -1,4 +1,4 @@ - + aggregate results from bioinformatics analyses into a single report 1.9 @@ -12,7 +12,7 @@ #set $file_path += '_' + str($file_paths.count($file_path)) #end if #set $file_paths += [$file_path] -grep -q "$pattern" $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && +grep -q '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && ln -s '$file' '$file_path' && ]]> @@ -282,6 +282,9 @@ #elif str($repeat.software_cond.software) == "prokka" #set $pattern = "contigs:" @LN_FILES@ + #elif str($repeat.software_cond.software) == "pycoqc" + #set $pattern = "\"pycoqc\":" + @LN_FILES@ #elif str($repeat.software_cond.software) == "qualimap" #for $file in $repeat.software_cond.input #if re.search("genome_results", str($file.element_identifier)) @@ -570,6 +573,7 @@ + @@ -702,6 +706,9 @@ + + + @@ -1320,6 +1327,28 @@ + + + + + + + + + + + + + + + + + + + + + +