# HG changeset patch # User morinlab # Date 1485553779 18000 # Node ID e9d366311addafa34ccff99370a778281f03d035 # Parent 352ec92784742901f3338169d5a3dea419815838 Uploaded diff -r 352ec9278474 -r e9d366311add download_genome.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/download_genome.xml Fri Jan 27 16:49:39 2017 -0500 @@ -0,0 +1,36 @@ + + + Download and Index Genomes using Ensemble VEP + + + ensembl_vep + + + perl \$ENSEMBL_VEP_84_INSTALL_DIR/INSTALL.pl + --AUTO cf + --SPECIES \$(echo $species_select.value | sed 's/-/\t/g' | cut -f1) + --CACHEDIR \$ENSEMBL_VEP_84_INSTALL_DIR/cache + #if "-" in $species_select.value + --ASSEMBLY \$(echo $species_select.value | sed 's/-/\t/g' | cut -f2) + #end if + ; + + gzip -d \$ENSEMBL_VEP_84_INSTALL_DIR/cache/\$(echo $species_select.value | sed 's/-/\t/g' | cut -f1 | sed 's/\ /_/g')/*\$(echo $species_select.value | sed 's/-/\t/g' | cut -f2)/*.fa.gz; + samtools faidx \$ENSEMBL_VEP_84_INSTALL_DIR/cache/\$(echo $species_select.value | sed 's/-/\t/g' | cut -f1 | sed 's/\ /_/g')/*\$(echo $species_select.value | sed 's/-/\t/g' | cut -f2)/*.fa; + + env > $output; + + + + + + + + + + + + ensembl_vep_macros.xml + + +