Mercurial > repos > grau > dimont
comparison DimontWeb.xml @ 11:fa520092c603 draft
Uploaded
| author | grau |
|---|---|
| date | Thu, 07 Nov 2013 16:59:25 -0500 |
| parents | 85fd336b5b45 |
| children | 2ea4f3401930 |
comparison
equal
deleted
inserted
replaced
| 10:247f7edbe7f8 | 11:fa520092c603 |
|---|---|
| 1 <tool id="Dimont" name="Dimont" version="0.1" force_history_refresh="true"> | 1 <tool id="Dimont" name="Dimont" version="0.1" force_history_refresh="true"> |
| 2 <description>Dimont, a universal tool for de-novo motif discovery (beta).</description> | 2 <description>Dimont, a universal tool for de-novo motif discovery.</description> |
| 3 <command>java -Xms256M -Xmx2G -jar \$JAR_PATH/DimontWeb.jar --run $script_file $summary $summary.id $__new_file_path__ $summary.extra_files_path</command> | 3 <command>java -Xms256M -Xmx2G -jar \$JAR_PATH/DimontWeb.jar --run $script_file $summary $summary.id $__new_file_path__ $summary.extra_files_path</command> |
| 4 <inputs> | 4 <inputs> |
| 5 <param type="text" size="40" name="Dimont_jobname" label="Job name" value="" optional="true" help="Please enter a name for your job that should be used in the history (optional)"> | 5 <param type="text" size="40" name="Dimont_jobname" label="Job name" value="" optional="true" help="Please enter a name for your job that should be used in the history (optional)"> |
| 6 </param> | 6 </param> |
| 7 <param type="data" format="fasta" name="Dimont_ps_Input_sequences" label="<hr />Input sequences" help="The input sequences for de-novo motif discovery (can be uploaded using "GetData" -> "Upload File"), annotated FastA format. The required format is described in the help section." value="" optional="false"> | 7 <param type="data" format="fasta" name="Dimont_ps_Input_sequences" label="<hr />Input sequences" help="The input sequences for de-novo motif discovery (can be uploaded using "GetData" -> "Upload File"), annotated FastA format. The required format is described in the help section." value="" optional="false"> |
| 105 </test> | 105 </test> |
| 106 </tests> | 106 </tests> |
| 107 <help> | 107 <help> |
| 108 **Dimont** is a universal tool for de-novo motif discovery. Dimont has successfully been applied to ChIP-seq, ChIP-exo and protein-binding microarray (PBM) data. | 108 **Dimont** is a universal tool for de-novo motif discovery. Dimont has successfully been applied to ChIP-seq, ChIP-exo and protein-binding microarray (PBM) data. |
| 109 | 109 |
| 110 Input sequences must be supplied in an annotated FastA format as a file uploaded by the "Upload File" task in section "Get Data" of Galaxy. | 110 Input sequences must be supplied in an annotated FastA format as a file uploaded by the "Upload File" task in section "Get Data" of Galaxy or generated using the "Dimont Data Extractor" tool. |
| 111 In the annotation of each sequence, you need to provide a value that reflects the confidence that this sequence is bound by the factor of interest. | 111 In the annotation of each sequence, you need to provide a value that reflects the confidence that this sequence is bound by the factor of interest. |
| 112 Such confidences may be peak statistics (e.g., number of fragments under a peak) for ChIP data or signal intensities for PBM data. In addition, you need to provide an anchor position within the sequence. | 112 Such confidences may be peak statistics (e.g., number of fragments under a peak) for ChIP data or signal intensities for PBM data. In addition, you need to provide an anchor position within the sequence. |
| 113 In case of ChIP data, this anchor position could for instance be the peak summit. | 113 In case of ChIP data, this anchor position could for instance be the peak summit. |
| 114 For instance, an annotated FastA file for ChIP-exo data comprising sequences of length 100 centered around the peak summit could look like:: | 114 For instance, an annotated FastA file for ChIP-exo data comprising sequences of length 100 centered around the peak summit could look like:: |
| 115 | 115 |
