# HG changeset patch # User iuc # Date 1614719252 0 # Node ID 9e0d04f86d87f3d0e488b9b96ad7fcd85d267e6b # Parent 713cf94ffd77cd437a5b643db277c1392a24e667 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985" diff -r 713cf94ffd77 -r 9e0d04f86d87 multiqc.xml --- a/multiqc.xml Tue Mar 02 08:01:35 2021 +0000 +++ b/multiqc.xml Tue Mar 02 21:07:32 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 @@ + + + + + + + + + + + + + + + + + + + + + +