# HG changeset patch # User iuc # Date 1632659355 0 # Node ID 3126da33847c36fcab69d4a7a45d82a9e6ff7633 # Parent ec974e69e0b5690fe7192bb66c215e89d5f079a0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/homer commit a03582e72f78a25fb4d840a1ec0cb4ef61473bb9" diff -r ec974e69e0b5 -r 3126da33847c homer_findMotifsGenome.xml --- a/homer_findMotifsGenome.xml Sun Aug 08 11:02:42 2021 +0000 +++ b/homer_findMotifsGenome.xml Sun Sep 26 12:29:15 2021 +0000 @@ -58,6 +58,14 @@ #end if #end if #end if +#if str( $background.use ) != "none": + -bg '$background.bg' +#end if +#if str( $background.use ) == "withbg": + -keepOverlappingBg +#else if str( $background.use ) == "chopify": + -chopify +#end if -len '$len' -S $S -mis $mis @@ -109,13 +117,18 @@ #elif str( $advanced.homer12.version ) == "homer1": -depth '$advanced.homer12.depth' #end if -#if not $nomotif: - && cp '${output}'/homerResults.html outputHomer.html - && cp -r '${output}' '${html_homer_file.files_path}' -#end if -#if not $motif_options.noknown: - && cp '${output}'/knownResults.html outputKnown.html - && cp -r '${output}' '${html_file.files_path}' +#if str( $background.use ) == "none": + #if not $nomotif: + && cp '${output}'/homerResults.html outputHomer.html + && cp -r '${output}' '${html_homer_file.files_path}' + #end if + #if not $motif_options.noknown: + && cp '${output}'/knownResults.html outputKnown.html + && cp -r '${output}' '${html_file.files_path}' + #end if +#else + && cp '${output}'/homerResults.html outputHomer.html + && cp -r '${output}' '${html_homer_file.files_path}' #end if ]]> @@ -150,6 +163,24 @@ + + + + + + + + + + + + + + + + + + ^(\d+,)*(\d+)$ @@ -222,6 +253,7 @@ motif_options['noknown'] is False + background['use'] == "none" nomotif is False @@ -304,6 +336,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4.11 - 0 + 1 homer diff -r ec974e69e0b5 -r 3126da33847c test-data/fake_phix_peaks.subset.bed --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/fake_phix_peaks.subset.bed Sun Sep 26 12:29:15 2021 +0000 @@ -0,0 +1,2 @@ +phiX174 1200 1300 +phiX174 1550 1800