Mercurial > repos > artbio > mircounts
annotate mircounts.xml @ 13:b045c30fb768 draft
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
author | artbio |
---|---|
date | Fri, 18 Oct 2019 19:18:50 -0400 |
parents | 6d3e98cba73a |
children | c163574c246f |
rev | line source |
---|---|
13
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
1 <tool id="mircounts" name="miRcounts" version="1.4.0"> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
2 <description> Counts miRNA alignments from small RNA sequence data</description> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
3 <requirements> |
7
65befdc9925a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 3514091150570410ce32cbdfda26fd6e5591fef1
artbio
parents:
6
diff
changeset
|
4 <requirement type="package" version="1.2.0">bowtie</requirement> |
13
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
5 <requirement type="package" version="1.9=h10a08f8_12">samtools</requirement> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
6 <requirement type="package" version="0.15.3=py27hda2845c_1">pysam</requirement> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
7 <requirement type="package" version="1.6.4=r36h6115d3f_0">r-optparse</requirement> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
8 <requirement type="package" version="0.20_38=r36hcdcec82_1002">r-lattice</requirement> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
9 </requirements> |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
10 <stdio> |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
11 <exit_code range="1:" level="warning" description="Tool exception" /> |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
12 </stdio> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
13 <command detect_errors="exit_code"><![CDATA[ |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
14 tar -xvzf '$__tool_directory__'/mirbase.tar.gz && |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
15 python '$__tool_directory__'/mature_mir_gff_translation.py |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
16 --gff_path mirbase/${mirbase_version}/genomes/${genomeKey}.gff3 |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
17 --output $gff3 && ## transcode the mature miR genome coordinates into coordinates relative to the corresponding "miRNA_primary_transcript". |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
18 python '$__tool_directory__'/format_fasta_hairpins.py |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
19 --hairpins_path mirbase/${mirbase_version}/hairpin.fa.gz |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
20 --basename ${genomeKey} |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
21 --output hairpin.fa && |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
22 #if $cutadapt.cutoption == "yes": |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
23 python '$__tool_directory__'/yac.py --input $cutadapt.input |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
24 --output clipped_input.fastq |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
25 --output_format fastq |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
26 --adapter_to_clip $cutadapt.clip_source.clip_sequence |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
27 --min $cutadapt.min |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
28 --max $cutadapt.max |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
29 --Nmode $cutadapt.Nmode && |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
30 #else: |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
31 ln -f -s '$cutadapt.clipped_input' clipped_input.fastq && |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
32 #end if |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
33 bowtie-build hairpin.fa hairpin && |
13
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
34 bowtie -v $v -M 1 --best --strata --norc -p \${GALAXY_SLOTS:-4} --sam hairpin -q clipped_input.fastq | samtools sort -@ \${GALAXY_SLOTS:-4} -O bam -o '$output' && |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
35 samtools index $output && |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
36 python '$__tool_directory__'/mircounts.py --alignment $output --gff $gff3 --quality_threshold 10 --pre_mirs $pre_mir_count_file --mirs $mir_count_file --lattice $coverage_dataframe |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
37 #if $plotting.plottingOption == 'yes': |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
38 && Rscript '$__tool_directory__'/coverage_plotting.R --dataframe $coverage_dataframe --type $plotting.display --output $latticePDF |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
39 #end if |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
40 ]]></command> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
41 <inputs> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
42 <conditional name="cutadapt"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
43 <param label="Remove adapter sequence before aligning" name="cutoption" type="select"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
44 <option value="no">no</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
45 <option selected="True" value="yes">yes</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
46 </param> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
47 <when value="yes"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
48 <param format="fastq,fastqsanger" label="Source file" name="input" type="data" /> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
49 <param label="min size" name="min" size="4" type="integer" value="15" help="Minimum size of accepted clipped reads" /> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
50 <param label="max size" name="max" size="4" type="integer" value="36" help="Maximum size of accepted clipped reads"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
51 <param label="Accept reads containing N?" name="Nmode" type="select"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
52 <option selected="True" value="accept">accept</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
53 <option value="reject">reject</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
54 </param> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
55 <conditional name="clip_source"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
56 <param help="Built-in adapters or User-provided" label="Source" name="clip_source_list" type="select"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
57 <option selected="True" value="prebuilt">Use a built-in adapter (select from the list below)</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
58 <option value="user">Use custom sequence</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
59 </param> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
60 <when value="prebuilt"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
61 <param help="if your adapter is not listed, input your own sequence" label="Select Adapter to clip" name="clip_sequence" type="select"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
62 <option value="TCGTATGCCGTCTTCTGCTTG">Solexa TCGTATGCCGTCTTCTGCTTG</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
63 <option value="ATCTCGTATGCCGTCTTCTGCTT">Illumina ATCTCGTATGCCGTCTTCTGCTT</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
64 <option selected="True" value="TGGAATTCTCGGGTGCCAAG">Illumina TruSeq TGGAATTCTCGGGTGCCAAG</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
65 <option value="CTGTAGGCACCATCAATCGT">IdT CTGTAGGCACCATCAATCGT</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
66 </param> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
67 </when> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
68 <when value="user"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
69 <param label="Enter your Sequence" name="clip_sequence" size="35" type="text" value="GAATCC" /> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
70 </when> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
71 </conditional> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
72 </when> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
73 <when value="no"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
74 <param label="Select fastq files to align" name="clipped_input" type="data" format="fastq,fastqsanger" help="Note that sequences reads must be clipped from their adapter" /> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
75 </when> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
76 </conditional> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
77 <param name="genomeKey" type="select" label="Choose Organism"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
78 <options from_data_table="miRbase_GenomeKeys"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
79 <column name="name" index="1"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
80 <column name="value" index="0"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
81 </options> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
82 </param> |
4
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
83 <param name="mirbase_version" type="select" label="Choose miRbase version"> |
9
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
84 <option selected="true" value="22">22</option> |
8
3f62272192f9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 0eaefbad21786cabed6791a6d06e9a0de8af10b0
artbio
parents:
7
diff
changeset
|
85 <option value="21">21</option> |
5
9ea96a02c416
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 04980585c257ab5f8eb5d10de007316c47c5d1ce
artbio
parents:
4
diff
changeset
|
86 <option value="20">20</option> |
4
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
87 <option value="19">19</option> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
88 </param> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
89 <param help="command [ bowtie -v 0,1,2,3 -M 1 --best --strata --norc ] will be used. Specify a value for -v (number of mismatches allowed)" label="Number of mismatches allowed" name="v" type="select"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
90 <option value="0">0</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
91 <option selected="true" value="1">1</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
92 <option value="2">2</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
93 <option value="3">3</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
94 </param> |
6
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
95 <param help="Output mature Mir counts" label="Output mature Mir counts" |
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
96 name="output_mir_counts" type="boolean" falsevalue="0" checked="true" truevalue="1" /> |
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
97 <param help="Output pre-Mir counts" label="Output pre-Mir counts" |
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
98 name="output_premir_counts" type="boolean" falsevalue="0" checked="true" truevalue="1" /> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
99 <conditional name="plotting"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
100 <param label="Additional miRNA charts" name="plottingOption" type="select"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
101 <option value="no">no</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
102 <option value="yes" selected="True">yes</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
103 </param> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
104 <when value="yes"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
105 <param label="Display Coverage with absolute number of reads or relatively to the total number of read matching the gene or mir" name="display" type="select"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
106 <option selected="True" value="relative">Relative Coverage</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
107 <option value="absolute">Absolute Coverage</option> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
108 </param> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
109 </when> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
110 <when value="no"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
111 </when> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
112 </conditional> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
113 </inputs> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
114 <outputs> |
6
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
115 <data format="bam" label="BAM alignment" name="output" hidden="true" /> |
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
116 <data format="gff3" label="GFF3 generated by miRCounts" name="gff3" hidden="true" /> |
4
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
117 <data format="tabular" label="Pre-mir Counts" name="pre_mir_count_file"> |
6
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
118 <filter>output_premir_counts == True</filter> |
4
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
119 <actions> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
120 <action name="column_names" type="metadata" default="Gene,Counts" /> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
121 </actions> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
122 </data> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
123 <data format="tabular" label="Mir Counts" name="mir_count_file"> |
6
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
124 <filter>output_mir_counts == True</filter> |
4
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
125 <actions> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
126 <action name="column_names" type="metadata" default="Gene,Counts" /> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
127 </actions> |
da1aa7de2b19
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit ddaf9622722487d010001cd1f255107adf0c332d
artbio
parents:
3
diff
changeset
|
128 </data> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
129 <data format="tabular" label="Coverage Table" name="coverage_dataframe"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
130 <filter>plotting['plottingOption'] == "yes"</filter> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
131 </data> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
132 <data format="pdf" label="Pre-mir coverage (${plotting.display})" name="latticePDF"> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
133 <filter>plotting['plottingOption'] == "yes"</filter> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
134 </data> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
135 </outputs> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
136 <tests> |
9
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
137 <test> |
13
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
138 <param name="cutoption" value="no" /> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
139 <param name="v" value="1"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
140 <param name="genomeKey" value="aga"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
141 <param name="mirbase_version" value="22"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
142 <param name="clipped_input" value="aga.fastqsanger" ftype="fastqsanger"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
143 <param name="plottingOption" value="yes"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
144 <param name="display" value="relative"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
145 <param name="output_premir_counts" value="True"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
146 <param name="output_mir_counts" value="True"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
147 <output name="output" file="aga.bam"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
148 <output name="gff3" file="aga.22.gff3" lines_diff="22"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
149 <output name="pre_mir_count_file" file="aga_pre_mirs_count.22.tab"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
150 <output name="mir_count_file" file="aga_mirs_count.22.tab"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
151 <output name="latticePDF" file="aga_mir_coverage.pdf"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
152 <output name="coverage_dataframe" file="aga_lattice_dataframe.tab"/> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
153 </test> |
b045c30fb768
"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af48e9f6df2717ffd3731a974be1ec36e4eff779"
artbio
parents:
12
diff
changeset
|
154 <test> |
9
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
155 <param name="cutoption" value="yes" /> |
12
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
156 <param name="min" value="18"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
157 <param name="max" value="32"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
158 <param name="Nmode" value="reject"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
159 <param name="clip_sequence" value="TGGAATTCTCGGGTGCCAAG"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
160 <param name="v" value="1"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
161 <param name="genomeKey" value="mmu"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
162 <param name="mirbase_version" value="19"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
163 <param name="input" value="mouse.fastq" ftype="fastqsanger"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
164 <param name="plottingOption" value="yes"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
165 <param name="display" value="relative"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
166 <param name="output_premir_counts" value="True"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
167 <param name="output_mir_counts" value="True"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
168 <output name="output" file="mouse.bam"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
169 <output name="gff3" file="mouse.19.gff3" lines_diff="22"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
170 <output name="pre_mir_count_file" file="mouse_pre_mirs_count.29.tab"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
171 <output name="mir_count_file" file="mouse_mirs_count.29.tab"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
172 <output name="latticePDF" file="mouse_mir_coverage.pdf"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
173 <output name="coverage_dataframe" file="mouse_lattice_dataframe.tab"/> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
174 </test> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
175 <test> |
6d3e98cba73a
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6718f7c6a0dbb36210f85a65b2e1ae0269855bb5
artbio
parents:
11
diff
changeset
|
176 <param name="cutoption" value="yes" /> |
9
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
177 <param name="min" value="15"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
178 <param name="max" value="25"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
179 <param name="Nmode" value="reject"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
180 <param name="clip_sequence" value="TCGTATGCCGTCTTCTGCTTG"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
181 <param name="v" value="0"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
182 <param name="genomeKey" value="dme"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
183 <param name="mirbase_version" value="22"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
184 <param name="input" value="input.unclipped.fastqsanger" ftype="fastqsanger"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
185 <param name="plottingOption" value="no"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
186 <param name="output_premir_counts" value="True"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
187 <param name="output_mir_counts" value="True"/> |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
188 <output name="output" file="unclipped.out.22.bam"/> |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
189 <output name="gff3" file="translated_dme.22.gff3" lines_diff="22"/> |
9
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
190 <output name="pre_mir_count_file" file="pre_mirs_unclipped_count.22.tab"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
191 <output name="mir_count_file" file="mirs_unclipped_count.22.tab"/> |
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
192 </test> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
193 <test> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
194 <param name="cutoption" value="yes" /> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
195 <param name="min" value="15"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
196 <param name="max" value="25"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
197 <param name="Nmode" value="reject"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
198 <param name="clip_sequence" value="TCGTATGCCGTCTTCTGCTTG"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
199 <param name="v" value="0"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
200 <param name="genomeKey" value="dme"/> |
8
3f62272192f9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 0eaefbad21786cabed6791a6d06e9a0de8af10b0
artbio
parents:
7
diff
changeset
|
201 <param name="mirbase_version" value="21"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
202 <param name="input" value="input.unclipped.fastqsanger" ftype="fastqsanger"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
203 <param name="plottingOption" value="no"/> |
6
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
204 <param name="output_premir_counts" value="True"/> |
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
205 <param name="output_mir_counts" value="True"/> |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
206 <output name="output" file="unclipped.out.bam" /> |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
207 <output name="gff3" file="translated_dme.gff3" lines_diff="22"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
208 <output name="pre_mir_count_file" file="pre_mirs_unclipped_count.tab"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
209 <output name="mir_count_file" file="mirs_unclipped_count.tab"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
210 </test> |
9
2a08a6eb471c
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 6013aaf29ff7aa2d1aab434f2355da327c7ef102
artbio
parents:
8
diff
changeset
|
211 <test> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
212 <param name="cutoption" value="yes" /> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
213 <param name="min" value="15"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
214 <param name="max" value="25"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
215 <param name="Nmode" value="reject"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
216 <param name="clip_sequence" value="TCGTATGCCGTCTTCTGCTTG"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
217 <param name="v" value="0"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
218 <param name="genomeKey" value="dme"/> |
8
3f62272192f9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 0eaefbad21786cabed6791a6d06e9a0de8af10b0
artbio
parents:
7
diff
changeset
|
219 <param name="mirbase_version" value="21"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
220 <param name="input" value="input.unclipped.fastqsanger" ftype="fastqsanger"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
221 <param name="plottingOption" value="yes"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
222 <param name="display" value="relative"/> |
6
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
223 <param name="output_premir_counts" value="True"/> |
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
224 <param name="output_mir_counts" value="True"/> |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
225 <output name="output" file="unclipped.out.bam"/> |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
226 <output name="gff3" file="translated_dme.gff3" lines_diff="22"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
227 <output name="pre_mir_count_file" file="pre_mirs_unclipped_count.tab"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
228 <output name="mir_count_file" file="mirs_unclipped_count.tab"/> |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
229 <output name="latticePDF" file="mir_unclipped_coverage.pdf"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
230 <output name="coverage_dataframe" file="lattice_unclipped_dataframe.tab"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
231 </test> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
232 <test> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
233 <param name="cutoption" value="no" /> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
234 <param name="v" value="1"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
235 <param name="genomeKey" value="dme"/> |
8
3f62272192f9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 0eaefbad21786cabed6791a6d06e9a0de8af10b0
artbio
parents:
7
diff
changeset
|
236 <param name="mirbase_version" value="21"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
237 <param name="clipped_input" value="input.clipped.fastqsanger" ftype="fastqsanger"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
238 <param name="plottingOption" value="yes"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
239 <param name="display" value="absolute"/> |
6
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
240 <param name="output_premir_counts" value="True"/> |
543472c9e272
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 756ee14320d2f72e17b2336e340e28ec847c6577
artbio
parents:
5
diff
changeset
|
241 <param name="output_mir_counts" value="True"/> |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
242 <output name="output" file="clipped.out.bam"/> |
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
243 <output name="gff3" file="translated_dme.gff3" lines_diff="22"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
244 <output name="pre_mir_count_file" file="pre_mirs_clipped_count.tab"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
245 <output name="mir_count_file" file="mirs_clipped_count.tab"/> |
10
de227b7307cf
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit af0f70b8156c078cc0d832c54ebb678af10c42a0
artbio
parents:
9
diff
changeset
|
246 <output name="latticePDF" file="mir_clipped_coverage.pdf"/> |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
247 <output name="coverage_dataframe" file="lattice_clipped_dataframe.tab"/> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
248 </test> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
249 </tests> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
250 <help> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
251 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
252 **What it does** |
1
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
253 |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
254 + Clips adapter (optional) |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
255 + Aligns small RNA reads to miRNA mirBase_ reference using bowtie |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
256 + Computes pre-mir and mir counts using the pysam python package |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
257 + Plots pre-mir read coverages using R lattice package (optional) |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
258 |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
259 This tool uses a species-specific GFF3 file generated from mirBase_ to guide the parsing of a bam file of small RNA alignments. |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
260 |
8
3f62272192f9
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 0eaefbad21786cabed6791a6d06e9a0de8af10b0
artbio
parents:
7
diff
changeset
|
261 .. _mirBase: ftp://mirbase.org/pub/mirbase/ |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
262 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
263 ------ |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
264 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
265 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
266 **Inputs** |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
267 |
1
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
268 1. A fastq file of reads that may or may not be clipped from their adapter sequence. The tool includes a clipping option if needed. |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
269 2. Select the appropriate organism which reads originate from. |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
270 3. Choose whether you wish or not to plot the pre-mir coverages. The coverage can be expressed in absolute number of reads covering the real coordinates of the pre-mir sequences, or, as a fraction of the maximum coverage (set to 1) covering the coordinates of pre-mirs expressed as a fraction of the length of the pre-mirs. |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
271 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
272 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
273 ------ |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
274 |
1
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
275 Absolute : |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
276 |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
277 + .. image:: premirs_absolute.png |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
278 |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
279 Relative : |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
280 |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
281 + .. image:: premirs_relative.png |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
282 |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
283 ------- |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
284 |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
285 **Outputs** |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
286 |
1
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
287 1. A BAM alignment of input reads |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
288 2. A GFF3 file generated by the tool to compute mature mir counts |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
289 3. A table of pre-mir counts |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
290 4. A table of mature mir counts |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
291 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
292 Optional: |
1
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
293 |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
294 5. A table of pre-mir coverage |
1
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
295 6. A PDF file with covererage plots |
cadc0f2c6b29
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit b403f95dd2e57e51932fa275bdaed5312ffc1ff1
artbio
parents:
0
diff
changeset
|
296 |
0
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
297 |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
298 </help> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
299 <citations> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
300 <citation type="doi">10.1093/bioinformatics/btp352</citation> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
301 <citation type="doi">10.1186/gb-2009-10-3-r25</citation> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
302 <citation type="bibtex">@Book{, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
303 title = {Lattice: Multivariate Data Visualization with R}, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
304 author = {Deepayan Sarkar}, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
305 publisher = {Springer}, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
306 address = {New York}, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
307 year = {2008}, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
308 note = {ISBN 978-0-387-75968-5}, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
309 url = {http://lmdvr.r-forge.r-project.org}, |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
310 }</citation> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
311 </citations> |
da29af78a960
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit d4d8106d66b65679a1a685ab94bfcf99cdb7b959
artbio
parents:
diff
changeset
|
312 </tool> |