setup and run PIPS to identify Putative Pathogenicity Islands
Published:
Recently I need to do PAI search using PIPS, after going throught all the little traps, I think it worth to write the whole process down.
- follow the README instructions to install hammer and tRNA-scan. Maybe you want to change the default prefix of INSTALL derectory
- Theoretically, it should be good enough to run, but you’ll definitely be stuck at some point. OK, here are the tricks to try below
- replace
gbk2embl.plwith a new one, such as this:
1 | #!/usr/bin/env perl |
For the last step, modify mergfiles.pl. change for e.g. %hash2->{$chave} to $hash2{$chave}, note that a couple of similar syntax mistake in this script.