Hi.. I wanted to download fasta.txt of a protein from the protein data bank using biojava. I am successfully able to download the pdb.gz file of the protein using biojava but unable to do so for fasta.txt. is there any method that biojava offers to do this? Please help... I am still a newbie to biojava.. Thank you in advance
It can be easily achieved using biopython or pymol scripting.
@Pappu: i need it in java... all the rest of my code are in java... so i was looking for something in java for this too..
Did you consider Jython?
wget 'http://www.ebi.ac.uk/thornton-srv/databases/cgi-bin/pdbsum/GetText.pl?pdb=2vtp&seq_fasta=1' -O 2vtp.fa
@Pappu: the link you sent me above says cannot be opened because it is a local file.
This command will work in linux shell i.e. in bash.