repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
new file: cell2loc.py
[GalaxyCodeBases.git]
/
perl
/
etc
/
WoodyMiaoLin
/
Tiger
/
a.pl
blob
7de2c3a423c6eb4778700eda3111c29553c94c9c
1
#!/usr/bin/perl
2
3
while
(<>) {
4
print
$_
unless
/XTU/
;
5
}