-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating tools/vcf2maf from version 1.6.21 to 1.6.22
- Loading branch information
planemo-autoupdate
committed
Dec 2, 2024
1 parent
4145612
commit 6c39665
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="@[email protected]">ensembl-vep</requirement> | ||
<requirement type="package" version="113.3">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 | ||
|