Mercurial > repos > iuc > bioext_bam2msa
diff bam2msa.xml @ 8:a6baa8728699 draft
planemo upload for repository https://github.com/davebx/bioext-gx/ commit a7729ad7789e8b120055a9a9b53494acb826b371
| author | iuc |
|---|---|
| date | Mon, 02 Sep 2024 10:14:35 +0000 |
| parents | dc7d214d9673 |
| children |
line wrap: on
line diff
--- a/bam2msa.xml Mon Nov 08 11:39:21 2021 +0000 +++ b/bam2msa.xml Mon Sep 02 10:14:35 2024 +0000 @@ -3,18 +3,18 @@ <description>to FASTA multiple sequence alignment</description> <macros> <import>macros.xml</import> - <token name="@VERSION_SUFFIX@">0</token> </macros> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ ## avoid bam2msa to create .bai in inputdir - ln -s '$input' input_bam && - ln -s '$input.metadata.bam_index' input_bam.bai && + ln -sf '$input' input_bam && + ln -sf '$input.metadata.bam_index' input_bam.bai && bam2msa #if $region_start and $region_end: -r $region_start:$region_end #end if - 'input_bam' '$output' + 'input_bam' + '$output' ]]></command> <inputs> <param name="input" type="data" format="bam,sam" label="Input BAM file"/>
