annotate TrimNs.xml @ 0:30178a68af68 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
author iuc
date Mon, 01 Feb 2021 19:46:34 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
1 <tool id="trimns" name="TrimN" version="0.1.0" profile="20.01">
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
2 <requirements>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
3 <requirement type="package" version="1.0">trimns_vgp</requirement>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
4 </requirements>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
6 remove_fake_cut_sites_DNAnexus.py '$fasta_in' step1_out.fasta step1.log
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
7 && trim_Ns_DNAnexus.py '$fasta_in' step2_out.list
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
8 && clip_regions_DNAnexus.py step1_out.fasta step2_out.list final_out.fasta
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
9 ]]></command>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
10 <inputs>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
11 <param name="fasta_in" type="data" format="fasta" label="Fasta file input" help="Fasta file to trim, and from which to remove Ns and fake cut sites."/>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
12 </inputs>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
13 <outputs>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
14 <data name="trimmed_out" format="fasta" from_work_dir="final_out.fasta" label="${tool.name} on ${on_string}: trimmed fasta file" />
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
15 </outputs>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
16 <tests>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
17 <test>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
18 <param name="fasta_in" value="in.fasta"/>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
19 <output name="trimmed_out" value="out.fasta" ftype="fasta"/>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
20 </test>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
21 </tests>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
22 <help><![CDATA[
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
23 .. class:: infomark
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
24
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
25 **What it does**
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
26
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
27 TrimNs is part of the VGP pipeline, and is made of a series of python scripts which trim off large stretches of N bases and to
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
28 remove fake cut sites that sometimes get inserted at the end of bionano hybrid scaffolds.
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
29
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
30 ]]></help>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
31 <citations>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
32 <citation type="doi">10.1101/2020.05.22.110833</citation>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
33 <citation type="doi">10.1101/2020.06.30.177956</citation>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
34 </citations>
30178a68af68 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trimN commit 52d835f027b052a0a887be14a55faf9fa9e456ae"
iuc
parents:
diff changeset
35 </tool>