# HG changeset patch # User yhoogstrate # Date 1464074863 14400 # Node ID 3fbde4864e00fb334c93ce141f6e724556e65d93 # Parent b7c313dbaa4bc0e0431b59cbed98e01cd62b7005 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 3814f709ce964e99fe3cf2f979c11f8f3b87bce3-dirty diff -r b7c313dbaa4b -r 3fbde4864e00 macros.xml --- a/macros.xml Sun May 22 13:20:01 2016 -0400 +++ b/macros.xml Tue May 24 03:27:43 2016 -0400 @@ -16,6 +16,7 @@ python numpy pysam + htseq segmentation-fold-utils ]]> diff -r b7c313dbaa4b -r 3fbde4864e00 test-data/.directory --- a/test-data/.directory Sun May 22 13:20:01 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -[Dolphin] -Timestamp=2016,4,26,17,37,35 -Version=3 -ViewMode=2 diff -r b7c313dbaa4b -r 3fbde4864e00 tool_dependencies.xml --- a/tool_dependencies.xml Sun May 22 13:20:01 2016 -0400 +++ b/tool_dependencies.xml Tue May 24 03:27:43 2016 -0400 @@ -1,7 +1,7 @@ - + @@ -14,8 +14,11 @@ + + + - + diff -r b7c313dbaa4b -r 3fbde4864e00 utils_add-read-counts.xml --- a/utils_add-read-counts.xml Sun May 22 13:20:01 2016 -0400 +++ b/utils_add-read-counts.xml Tue May 24 03:27:43 2016 -0400 @@ -1,4 +1,4 @@ - + Annotate sequences by adding the read counts from a bam file, within a region contained in the fasta header of the dbn file @@ -9,6 +9,7 @@ python numpy pysam + htseq segmentation-fold-utils diff -r b7c313dbaa4b -r 3fbde4864e00 utils_estimate-energy.xml --- a/utils_estimate-energy.xml Sun May 22 13:20:01 2016 -0400 +++ b/utils_estimate-energy.xml Tue May 24 03:27:43 2016 -0400 @@ -1,4 +1,4 @@ - + Estimates whether a certain Segment(Loop) is present and for which delta-G this transistion takes place @@ -9,6 +9,7 @@ python numpy pysam + htseq segmentation-fold-utils segmentation-fold @@ -71,7 +72,7 @@ value="0" min="0" argument="--randomize" - label="Shuffle each sequence this many times and predict energy of shuffled sequence(s) (default: 0, 0 means disabled)" /> + label="Shuffle each sequence this many times and predict energy of shuffled sequence(s)·(default:·0,·0·means·disabled)" /> + Extracts boxed sequences from bed_input_file which has to be created with 'find-box', part of this utility @@ -9,6 +9,7 @@ python numpy pysam + htseq segmentation-fold-utils diff -r b7c313dbaa4b -r 3fbde4864e00 utils_filter-annotated-entries.xml --- a/utils_filter-annotated-entries.xml Sun May 22 13:20:01 2016 -0400 +++ b/utils_filter-annotated-entries.xml Tue May 24 03:27:43 2016 -0400 @@ -1,4 +1,4 @@ - + Split entries into two files based on whether they overlap annotations in a bed file @@ -9,6 +9,7 @@ python numpy pysam + htseq segmentation-fold-utils diff -r b7c313dbaa4b -r 3fbde4864e00 utils_filter-by-energy.xml --- a/utils_filter-by-energy.xml Sun May 22 13:20:01 2016 -0400 +++ b/utils_filter-by-energy.xml Tue May 24 03:27:43 2016 -0400 @@ -1,4 +1,4 @@ - + Split entries over two files based on the estimated energy @@ -9,6 +9,7 @@ python numpy pysam + htseq segmentation-fold-utils diff -r b7c313dbaa4b -r 3fbde4864e00 utils_find-boxes.xml --- a/utils_find-boxes.xml Sun May 22 13:20:01 2016 -0400 +++ b/utils_find-boxes.xml Tue May 24 03:27:43 2016 -0400 @@ -1,4 +1,4 @@ - + Finds all occurances of two given boxes (sequence motifs) within a FASTA file @@ -9,6 +9,7 @@ python numpy pysam + htseq segmentation-fold-utils