biomart_download.sh 137 B

1234
  1. #!/bin/bash
  2. BM=`sed ':a;N;$!ba;s/\n/ /g' xml/$1`
  3. wget -O ../output/$1.tab "https://phytozome.jgi.doe.gov/biomart/martservice?query=$BM"