{"description": "The database of single nucleotide polymorphisms (SNPs) and multiple small-scale variations that include insertions/deletions, microsatellites, and non-polymorphic variants", "assets": {"dbsnp": "{genome}_dbSNP.gz", "tabix": "{genome}_dbSNP.gz.tbi"}, "required_files": [{"key": "dbsnp_vcf", "description": "SNP database file in Variant Call Format (VCF)"}, {"key": "dbsnp_tbi", "description": "tabix index of the dbsnp.vcf file"}], "required_assets": [], "required_parameters": [], "container": "databio/refgenie", "command_list": ["cp {dbsnp_vcf} {asset_outfolder}/{genome}_dbSNP.gz", "cp {dbsnp_tbi} {asset_outfolder}/{genome}_dbSNP.gz.tbi"]}