view macros.xml @ 1:8e1fb7253c1d draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/facets commit 613efcbc9de2f712eb2ad9540e3e63f7b968640c
author artbio
date Fri, 03 Oct 2025 00:04:22 +0000
parents 3a185b812f46
children 66a56502199d
line wrap: on
line source

<macros>
    <token name="@pipefail@"><![CDATA[set -o | grep -q pipefail && set -o pipefail;]]></token>
    <token name="@TOOL_VERSION@">0.6.2</token>
    <token name="@VERSION_SUFFIX@">1</token>
    <token name="@PROFILE@">23.0</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="0.6.2">snp-pileup</requirement>
            <requirement type="package" version="1.22">bcftools</requirement>
            <requirement type="package" version="1.22.1">samtools</requirement>
            <requirement type="package" version="1.22.1">htslib</requirement>
            <requirement type="package" version="20250822">parallel</requirement>
            <requirement type="package" version="9.5">coreutils</requirement>
        </requirements>
    </xml>    <xml name="citations">
        <citations>
            <citation type="bibtex">
                @article{shen2016facets,
                  title={FACETS: allele-specific copy number and clonal heterogeneity analysis tool for cancer sequencing data},
                  author={Shen, Ronglai and Seshan, Venkatraman E},
                  journal={Nucleic acids research},
                  volume={44},
                  number={12},
                  pages={e131--e131},
                  year={2016},
                  publisher={Oxford University Press}
                }
            </citation>
            </citations>
    </xml>

    <xml name="stdio">
        <stdio>
            <exit_code range="1:" level="fatal" description="Error during script execution." />
        </stdio>
    </xml>

</macros>