Skip to content

Commit

Permalink
Upgrade artbio_bam_cleaning in new main context (#626)
Browse files Browse the repository at this point in the history
* upgrade dependencies
* fix .shed.yml url
* update xml test code
  • Loading branch information
drosofff authored Oct 10, 2023
1 parent d6ef3d1 commit 6a7ed08
Show file tree
Hide file tree
Showing 8 changed files with 9,420 additions and 846,989 deletions.
2 changes: 1 addition & 1 deletion tools/artbio_bam_cleaning/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories:
- SAM
- Variant Analysis
homepage_url: http://artbio.fr
remote_repository_url: https://github.com/ARTbio/tools-artbio/tree/master/tools/artbio_bam_cleaning
remote_repository_url: https://github.com/ARTbio/tools-artbio/tree/main/tools/artbio_bam_cleaning
toolshed:
- testtoolshed
- toolshed
22 changes: 11 additions & 11 deletions tools/artbio_bam_cleaning/artbio_bam_cleaning.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<tool id="artbio_bam_cleaning" name="ARTbio bam cleaning" version="1.7+galaxy4">
<tool id="artbio_bam_cleaning" name="ARTbio bam cleaning" version="1.10+galaxy0">
<description>
on flags and PCR Duplicates and MD recalibration
</description>
<macros>
<import>macro.xml</import>
</macros>
<requirements>
<requirement type="package" version="1.6=hb116620_7">samtools</requirement>
<requirement type="package" version="0.8.1=h41abebc_0">sambamba</requirement>
<requirement type="package" version="1.3.5=py39hba5d119_3">freebayes</requirement>
<requirement type="package" version="1.10=h2e538c0_3">samtools</requirement>
<requirement type="package" version="0.8.1=hadffe2f_1">sambamba</requirement>
<requirement type="package" version="1.3.7">freebayes</requirement>
</requirements>
<stdio>
<exit_code range="1:" level="fatal" description="Error occured" />
Expand Down Expand Up @@ -53,27 +53,27 @@
</data>
</outputs>
<tests>
<test>
<test expect_num_outputs="1">
<param name="input_bam" value="chr22_sample.bam" ftype="bam" />
<param name="reference_source_selector" value="history" />
<param name="specify_outputs" value="calMDandMQ" />
<param name="ref_file" value="chr22.fa" />
<output name="fullfilter" file="full.bam" ftype="bam" />
<output name="fullfilter" file="full.bam" ftype="bam" lines_diff="4" />
</test>
<test>
<test expect_num_outputs="2">
<param name="input_bam" value="chr22_sample.bam" ftype="bam" />
<param name="reference_source_selector" value="history" />
<param name="ref_file" value="chr22.fa" />
<param name="specify_outputs" value="both" />
<output name="calmd" file="calmd.bam" ftype="bam" />
<output name="fullfilter" file="full.bam" ftype="bam" />
<output name="calmd" file="calmd.bam" ftype="bam" lines_diff="4" />
<output name="fullfilter" file="full.bam" ftype="bam" lines_diff="4" />
</test>
<test>
<test expect_num_outputs="1">
<param name="input_bam" value="chr22_sample.bam" ftype="bam" />
<param name="reference_source_selector" value="history" />
<param name="specify_outputs" value="just_calMD" />
<param name="ref_file" value="chr22.fa" />
<output name="calmd" file="calmd.bam" ftype="bam" />
<output name="calmd" file="calmd.bam" ftype="bam" lines_diff="4" />
</test>
</tests>
<help>
Expand Down
Binary file modified tools/artbio_bam_cleaning/test-data/calmd.bam
Binary file not shown.
856,384 changes: 9,408 additions & 846,976 deletions tools/artbio_bam_cleaning/test-data/chr22.fa

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tools/artbio_bam_cleaning/test-data/chr22.fa.fai

This file was deleted.

Binary file modified tools/artbio_bam_cleaning/test-data/chr22_sample.bam
Binary file not shown.
Binary file not shown.
Binary file modified tools/artbio_bam_cleaning/test-data/full.bam
Binary file not shown.

0 comments on commit 6a7ed08

Please sign in to comment.