Help for this page

Select Code to Download


  1. or download this
     Chimpanzee_AMY2B_CDS.fasta                 MP.C_AMY2B
    Human_AMY2B_CDS.fasta                      FP.H_AMY2B
    
  2. or download this
     for i in $(seq 1 $(ls *.fasta |wc -l)); do sed -n "$i"p headers.txt| sed 's/^/>/'> test/$(ls *.fasta| sed -n "$i"p); cat $(ls *.fasta| sed -n "$i"p)| sed '1d' >>test/$(ls *.fasta| sed -n "$i"p); done