Mercurial > repos > iuc > cialign
view macros.xml @ 1:3c5bdab3c7b7 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cialign commit 4272ec0a9c9fc6c2a54aa702a3dc446ec598ffcc
| author | iuc |
|---|---|
| date | Tue, 05 Aug 2025 20:08:31 +0000 |
| parents | c0a3b4607e66 |
| children |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">1.1.4</token> <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">cialign</requirement> </requirements> </xml> <xml name="help"> <help><![CDATA[ What this tool does =================== CIAlign is designed to clean, interpret, and visualize multiple sequence alignments (MSAs). It helps identify and remove problematic regions such as insertions, poorly aligned ends, and overly gappy sequences. This improves downstream analyses like phylogenetic inference and comparative genomics. It also offers tools to generate customizable visualizations, allowing users to inspect alignments and cleaning steps through compact and informative plots. Input ===== CIAlign takes standard multiple sequence alignment files in FASTA format. CIAlign takes standard multiple sequence alignment files in FASTA format. Output ====== CIAlign produces a cleaned alignment in FASTA format along with optional log files, summary statistics, and visualization plots. ]]></help> </xml> <xml name="creator"> <creator> <organization name="Galaxy Europe"/> <person givenName="Ahmad" familyName="Mahagna" url="https://github.com/Smkingsize"/> <person givenName="Saim" familyName="Momin" url="https://github.com/SaimMomin12"/> </creator> </xml> </macros>
