Hi there,
The stand-alone BLAST in windows can't yet support the -i flag allowing retrieval of multiple sequences through fastacmd.
I am trying to get around this with a simple script that looks through the accession numbers I want to retrieve and stores these as $id.
I then use:
This runs each time $id gets replaced with a new sequence number.
However this doesnt work - it can't find $id in my database as it doesnt seem to be replacing $id with what is actually stored in $id !