# HG changeset patch # User iuc # Date 1475494568 14400 # Node ID c78cf6fe3018f142f2198394a8642be1ebf90a98 # Parent 2ab422b551df8d97778ce5b56ec8869fc23723b4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 44bebb8a97d64015cbba59f0663e2541035112b6 diff -r 2ab422b551df -r c78cf6fe3018 all_fasta.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/all_fasta.loc.sample Mon Oct 03 07:36:08 2016 -0400 @@ -0,0 +1,18 @@ +#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 2ab422b551df -r c78cf6fe3018 bamToFastq.xml --- a/bamToFastq.xml Wed Sep 14 17:30:10 2016 -0400 +++ b/bamToFastq.xml Mon Oct 03 07:36:08 2016 -0400 @@ -16,8 +16,8 @@ - - + diff -r 2ab422b551df -r c78cf6fe3018 getfastaBed.xml --- a/getfastaBed.xml Wed Sep 14 17:30:10 2016 -0400 +++ b/getfastaBed.xml Mon Oct 03 07:36:08 2016 -0400 @@ -7,19 +7,38 @@ - + + + + + + + + + + + + + + + diff -r 2ab422b551df -r c78cf6fe3018 maskFastaBed.xml --- a/maskFastaBed.xml Wed Sep 14 17:30:10 2016 -0400 +++ b/maskFastaBed.xml Mon Oct 03 07:36:08 2016 -0400 @@ -21,7 +21,7 @@ - diff -r 2ab422b551df -r c78cf6fe3018 multiCov.xml --- a/multiCov.xml Wed Sep 14 17:30:10 2016 -0400 +++ b/multiCov.xml Mon Oct 03 07:36:08 2016 -0400 @@ -55,7 +55,7 @@ - + diff -r 2ab422b551df -r c78cf6fe3018 shuffleBed.xml --- a/shuffleBed.xml Wed Sep 14 17:30:10 2016 -0400 +++ b/shuffleBed.xml Mon Oct 03 07:36:08 2016 -0400 @@ -30,9 +30,9 @@ - + - @@ -51,14 +51,14 @@ - - - diff -r 2ab422b551df -r c78cf6fe3018 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Mon Oct 03 07:36:08 2016 -0400 @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+
diff -r 2ab422b551df -r c78cf6fe3018 unionBedGraphs.xml --- a/unionBedGraphs.xml Wed Sep 14 17:30:10 2016 -0400 +++ b/unionBedGraphs.xml Mon Oct 03 07:36:08 2016 -0400 @@ -105,9 +105,6 @@ This tool merges multiple BedGraph files, allowing direct and fine-scale coverage comparisons among many samples/files. The BedGraph files need not represent the same intervals; the tool will identify both common and file-specific intervals. In addition, the BedGraph values need not be numeric: one can use any text as the BedGraph value and the tool will compare the values from multiple files. -.. image:: http://people.virginia.edu/~arq5x/files/bedtools-galaxy/ubg.png - - .. class:: warningmark This tool requires that each BedGraph file is reference-sorted (chrom, then start) and contains non-overlapping intervals (within a given file).