Mercurial > repos > iuc > cialign
diff macros.xml @ 0:c0a3b4607e66 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/cialign commit fab1845778b34ff4166b2aa3efd4c88d240adb24
| author | iuc |
|---|---|
| date | Mon, 04 Aug 2025 17:17:20 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Aug 04 17:17:20 2025 +0000 @@ -0,0 +1,38 @@ +<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> \ No newline at end of file
