projects
/
qpalma.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
+ parser works now with mmap and sscanf
[qpalma.git]
/
tools
/
extractESTs
1
#!/bin/bash
2
3
threshold
=
100
4
5
cat
$1
|
sort
|
uniq
>
$1
.
uniq
6
python calculateSizes
$1
.
uniq
|
sort
-rn
|
grep
'$[0-9]{3,3}'
>
$1
.
uniq
.over.
${threshold}