comparison parse.xml @ 9:d3a7b17714c1 draft

planemo upload for repository https://github.com/open2c/pairtools commit 13aa776596c927adff29d936740ac80f0e37375d
author iuc
date Tue, 21 May 2024 16:05:04 +0000
parents 44cb74c154bc
children 729197476fc1
comparison
equal deleted inserted replaced
8:44cb74c154bc 9:d3a7b17714c1
25 --max-inter-align-gap '$max_inter_algn_gap' 25 --max-inter-align-gap '$max_inter_algn_gap'
26 --nproc-in \${GALAXY_SLOTS:-4} 26 --nproc-in \${GALAXY_SLOTS:-4}
27 --nproc-out \${GALAXY_SLOTS:-4} 27 --nproc-out \${GALAXY_SLOTS:-4}
28 ]]></command> 28 ]]></command>
29 <inputs> 29 <inputs>
30 <param name="sam_path" type="data" format="sam,bam" label="Input SAM/BAM file" help="Input SAM or BAM file with paired-end sequence alignments of Hi-C molecules."/> 30 <param name="sam_path" type="data" format="sam,qname_input_sorted.bam,qname_sorted.bam" label="Input SAM/BAM file" help="Input SAM or BAM (unsorted/name-sorted) file with paired-end sequence alignments of Hi-C molecules."/>
31 <param name="chroms_path" argument="-c" type="data" format="tabular" label="Input a chromosome order file" help="Chromosome order used to flip interchromosomal mates. Any scaffolds not listed will be ordered lexicographically."/> 31 <param name="chroms_path" argument="-c" type="data" format="tabular" label="Input a chromosome order file" help="Chromosome order used to flip interchromosomal mates. Any scaffolds not listed will be ordered lexicographically."/>
32 <param name="assembly_name" type="text" value="" label="Input a name of genome assembly" help="Name of genome assembly (e.g. hg19, mm10) to store in the pairs header"></param> 32 <param name="assembly_name" type="text" value="" label="Input a name of genome assembly" help="Name of genome assembly (e.g. hg19, mm10) to store in the pairs header"></param>
33 <param argument="--min-mapq" type="integer" value="40" min="0" label="Minimal MAPQ" help="Minimal MAPQ score to consider a read as uniquely mapped."/> 33 <param argument="--min-mapq" type="integer" value="40" min="0" label="Minimal MAPQ" help="Minimal MAPQ score to consider a read as uniquely mapped."/>
34 <param argument="--max-molecule-size" type="integer" min="0" value="750" label="Input the maximal size of a Hi-C molecule" help="The maximal size of a Hi-C molecule; used to rescue single ligations(from molecules with three alignments) and to rescue complex ligations."></param> 34 <param argument="--max-molecule-size" type="integer" min="0" value="750" label="Input the maximal size of a Hi-C molecule" help="The maximal size of a Hi-C molecule; used to rescue single ligations(from molecules with three alignments) and to rescue complex ligations."></param>
35 <param argument="--drop-readid" type="boolean" truevalue="--drop-readid" falsevalue="" checked="False" label="Do not add read ids to the output"></param> 35 <param argument="--drop-readid" type="boolean" truevalue="--drop-readid" falsevalue="" checked="False" label="Do not add read ids to the output"></param>
129 <help><![CDATA[ 129 <help><![CDATA[
130 **Pairtools parse** 130 **Pairtools parse**
131 131
132 Detects ligation events in the aligned sequences of DNA molecules formed in Hi-C experiments and reports them in the .pairs/.pairsam format. 132 Detects ligation events in the aligned sequences of DNA molecules formed in Hi-C experiments and reports them in the .pairs/.pairsam format.
133 133
134 sam_path : an input .sam/.bam file with paired-end sequence alignments of Hi-C molecules. 134 sam_path : an input .sam/.bam (unsorted/name-sorted) file with paired-end sequence alignments of Hi-C molecules.
135 135
136 ]]></help> 136 ]]></help>
137 <expand macro="citations"/> 137 <expand macro="citations"/>
138 <expand macro="creator"/> 138 <expand macro="creator"/>
139 </tool> 139 </tool>