Mercurial > repos > xuebing > sharplab_interval_analysis
changeset 21:783157ce2817
Uploaded
author | xuebing |
---|---|
date | Sat, 31 Mar 2012 11:49:22 -0400 |
parents | 16ba480adf96 |
children | 869c7664e584 |
files | bedclean.xml |
diffstat | 1 files changed, 9 insertions(+), 33 deletions(-) [+] |
line wrap: on
line diff
--- a/bedclean.xml Sat Mar 31 08:31:22 2012 -0400 +++ b/bedclean.xml Sat Mar 31 11:49:22 2012 -0400 @@ -1,33 +1,9 @@ -<tool id="bedclean" name="clean interval"> - <description>remove off-chromosome lines</description> - <command interpreter="python">bedclean.py $input $genome $output > $log </command> - <inputs> - <param name="input" type="data" format="interval" label="Original interval file"/> - <param name="genome" type="select" label="Select genome"> - <option value="/Users/xuebing/galaxy-dist/tool-data/genome/chrsize/mouse.mm9.genome" selected="true">mm9</option> - <option value="/Users/xuebing/galaxy-dist/tool-data/genome/chrsize/mouse.mm8.genome">mm8</option> - <option value="/Users/xuebing/galaxy-dist/tool-data/genome/chrsize/human.hg18.genome">hg18</option> - <option value="/Users/xuebing/galaxy-dist/tool-data/genome/chrsize/human.hg19.genome">hg19</option> - </param> - </inputs> - <outputs> - <data format="input" name="output" label="${tool.name} on ${on_string} (interval)"/> - <data format="txt" name="log" label="${tool.name} on ${on_string} (log)"/> - </outputs> - <help> - -**Description** - -remove lines that are - -1. comment or track name lines - -2. on chr*_random - -3. or have negative coordinates - -4. or the end is larger than chromosome size - - - </help> -</tool> +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> +<html><head> +<title>404 Not Found</title> +</head><body> +<h1>Not Found</h1> +<p>The requested URL /Xwuxbl/bedclean.xml was not found on this server.</p> +<hr> +<address>Apache/2.2.14 (Ubuntu) Server at rous.mit.edu Port 80</address> +</body></html>