# HG changeset patch # User bgruening # Date 1474193221 14400 # Node ID 9aaa5f5ccd061446d3dcfa11b637417db710c596 # Parent e17c14e3307535960b14337ac3096df4799681dc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/pileometh commit edee3afc7d729be9a224d21729bb7490a3761a0e diff -r e17c14e33075 -r 9aaa5f5ccd06 PileOMeth.xml --- a/PileOMeth.xml Fri Sep 18 11:37:35 2015 -0400 +++ b/PileOMeth.xml Sun Sep 18 06:07:01 2016 -0400 @@ -1,7 +1,7 @@ - + A tool for processing bisulfite sequencing alignments - pileometh + pileometh @@ -11,9 +11,13 @@ - &1 | head -n 2 | tail -n 1]]> + @@ -70,6 +93,21 @@ + + + + @@ -87,6 +125,8 @@ + @@ -113,8 +153,20 @@ advanced_options['options'] == "yes" advanced_options['CHH'] == "--CHH" - + + main_task['task'] == 'mbias' + + + main_task['task'] == 'mbias' + + + main_task['task'] == 'mbias' + + main_task['task'] == 'mbias' diff -r e17c14e33075 -r 9aaa5f5ccd06 all_fasta.loc.sample --- a/all_fasta.loc.sample Fri Sep 18 11:37:35 2015 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,18 +0,0 @@ -#This file lists the locations and dbkeys of all the fasta files -#under the "genome" directory (a directory that contains a directory -#for each build). The script extract_fasta.py will generate the file -#all_fasta.loc. This file has the format (white space characters are -#TAB characters): -# -# -# -#So, all_fasta.loc could look something like this: -# -#apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa -#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa -#hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa -# -#Your all_fasta.loc file should contain an entry for each individual -#fasta file. So there will be multiple fasta files for each build, -#such as with hg19 above. -# diff -r e17c14e33075 -r 9aaa5f5ccd06 tool_dependencies.xml --- a/tool_dependencies.xml Fri Sep 18 11:37:35 2015 -0400 +++ b/tool_dependencies.xml Sun Sep 18 06:07:01 2016 -0400 @@ -1,13 +1,13 @@ - + - https://github.com/dpryan79/PileOMeth/archive/0.1.5.tar.gz + https://github.com/dpryan79/PileOMeth/archive/0.1.13.tar.gz make - make install prefix=$INSTALL_DIR + make install prefix=$INSTALL_DIR/bin - $INSTALL_DIR + $INSTALL_DIR/bin $INSTALL_DIR