Skip to content

Instantly share code, notes, and snippets.

@TamaDP
Created November 21, 2015 13:48
Show Gist options
  • Save TamaDP/c6112b4d6eac2faf7842 to your computer and use it in GitHub Desktop.
Save TamaDP/c6112b4d6eac2faf7842 to your computer and use it in GitHub Desktop.
Enzyme commands
./digester.pl -e t all_orf_pred_peptides.fasta > all_orf_pred_peptides_fixed_trypsin.fasta;
./digester.pl -e k all_orf_pred_peptides.fasta > all_orf_pred_peptides_fixed_lys_c.fasta;
./digester.pl -e r all_orf_pred_peptides.fasta > all_orf_pred_peptides_fixed_arg_c.fasta;
./digester.pl -e e all_orf_pred_peptides.fasta > all_orf_pred_peptides_fixed_glu_c.fasta;
wc -l all_orf_pred_peptides*
24411 all_orf_pred_peptides.fasta
39009 all_orf_pred_peptides_fixed_arg_c.fasta
86271 all_orf_pred_peptides_fixed.fasta
49836 all_orf_pred_peptides_fixed_glu_c.fasta
48154 all_orf_pred_peptides_fixed_lys_c.fasta
86271 all_orf_pred_peptides_fixed_trypsin.fasta
20097 all_orf_pred_peptides_no_headers.fasta
354049 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment