Skip to content

Commit

Permalink
added md5sum script
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenison committed Oct 24, 2011
1 parent da61579 commit 7637834
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fastamd5
@@ -0,0 +1,7 @@
#!/bin/sh
# GCB 24oct11 generate an MD5 sum of just the sequence, skipping the header and any whitespace

basedir=`dirname $0`;

${basedir}/fastalint $1 | egrep -v '^>' | perl -ane '{chomp; print;}' | md5sum

0 comments on commit 7637834

Please sign in to comment.