Skip to content

Commit

Permalink
Updating tools/vcf2maf from version 1.6.21 to 1.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
planemo-autoupdate committed Oct 7, 2024
1 parent 747394d commit a7594b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/vcf2maf/vcf2maf.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<tool id="vcf2maf" name="Convert VCF to MAF" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
<description>with vcf2maf</description>
<macros>
<token name="@TOOL_VERSION@">1.6.21</token>
<token name="@VERSION_SUFFIX@">1</token>
<token name="@TOOL_VERSION@">1.6.22</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@DB_VERSION@">106</token>
</macros>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">vcf2maf</requirement>
<requirement type="package" version="@DB_VERSION@.1">ensembl-vep</requirement>
<requirement type="package" version="112.0">ensembl-vep</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
## cBioPortal only supports human and mouse but requires their assembly name in NCBI format so we have to translate the dbkey for those
Expand Down

0 comments on commit a7594b1

Please sign in to comment.