Help for this page

Select Code to Download


  1. or download this
    $ head -n 16 lines.txt > temp.lines.txt
    
  2. or download this
    $ for i in $(seq 0 33); do cp temp.lines.txt "Annotation_output$i.vcf"
    +; done
    
  3. or download this
    $ rm temp.lines.txt