# HG changeset patch # User greg # Date 1565875933 14400 # Node ID d4c49015dac0b258b6cbe05f1310b277053d4e81 Uploaded diff -r 000000000000 -r d4c49015dac0 .shed.yml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.shed.yml Thu Aug 15 09:32:13 2019 -0400 @@ -0,0 +1,11 @@ +name: affy_ids_for_genotyping +owner: greg +description: | + Contains a tool that extracts the Affymetrix ids from a VCF file for genotyping. +homepage_url: http://baumslab.org +long_description: | + Contains a tool that extracts the Affymetrix ids from a VCF file for genotyping. +remote_repository_url: https://github.com/gregvonkuster/galaxy_tools/tree/master/tools/corals/affy_ids_for_genotyping +type: unrestricted +categories: + - Micro-array Analysis diff -r 000000000000 -r d4c49015dac0 affy_ids_for_genotyping.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/affy_ids_for_genotyping.xml Thu Aug 15 09:32:13 2019 -0400 @@ -0,0 +1,39 @@ + + from VCF data + test.head && +tr '\t' '\n' < test.head > samples.txt && +sed -i 1,9d samples.txt && +awk -F'\t' -v OFS='\t' 'NR==0 {print ; next}{print (NR),$0}' samples.txt > '$output' +]]> + + + + + + + + + + + + + +**What it does** + +Extracts information from a VCF file that contains Affymetrix identifiers and produces a file that contains +a subset of the identifiers combined with additional data to generate the genotype population information +for use as input to the Corals Multilocus Genotype tool. This tool must be able to access the corals (stag) +database. + + + + @misc{None, + journal = {None}, + author = {Baums I}, + title = {Manuscript in preparation}, + year = {None}, + url = {http://baumslab.org} + + +