Hello,
Thanks for emailing. If I understand you correctly, you're asking two questions: (1) how can you get the GenBank accession numbers out of pG, and (2) how can you get multiple sequences for each species.
For (1), just type 'output' at the DNA download prompt. In addition, at the end of your run the file "stem.name_sequence_info.txt" has all your sequence information. Just keep hitting enter and you'll run a single RAxML search, which shouldn't take too long.
For (2), there are a few ways to do this, but I admit I probably haven't been very clear! The
easiest way would be to go to 'reload' mode at the DNA checking prompt, make sure you're on seqChoice 'random', then reload 'EVERYTHING'. You can 'output' a few times, and that way you'll get everything you need. Running pG several times would probably have the same effect, as would simply giving it a species file with the same species name lots of times (off the top of my head). The
nerdiest way (and which, I sense, may be what you want) is to run pG automatedly/as a Python library (
http://willpearse.github.io/phyloGenerator/scripting.html). Just pass the 'noSeqs' argument the number of sequences you want to the 'sequenceDownload' function.
Please also note that you can already use pG with just a genus name; you don't have to be using the 'replace' method or anything fancy like that to use a genus name, you can just give genera as input to the program.
I hope that helps, let me know if you're not clear on anything. Sorry for being a bit slow on the reply; it's snowing quite a lot here in Minnesota right now! :D
Cheers,
Will