-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about pan-genome analysis #1
Comments
Hi Fuyou, the error message shows you need a genome length file for each genome, this tab-formated file like below the script should be OK for other pan-genome project after changing some lines accordingly. |
Hello Wen-Biao, |
I run the pangenome script smoothly. in my opinion , you should create the above files by yourself. look at README.md under AMPRIL-genomes/pangenome |
Hello,
Much appreciated for your excellent work.
I try to run your code in my project with pangenome command.
I met a error as following:
Starting ====== 2020-02-27 12:40:48 ======
Traceback (most recent call last):
File "/isilon/saskatoon-rdc/users/fuf/comDIR/AMPRIL-genomes/pangenome/wga.pangenome.py", line 236, in
main(sys.argv[1:])
File "/isilon/saskatoon-rdc/users/fuf/comDIR/AMPRIL-genomes/pangenome/wga.pangenome.py", line 52, in main
result = runJob(arr, num, chrBeds, accs, wgadir, outdir)
File "/isilon/saskatoon-rdc/users/fuf/comDIR/AMPRIL-genomes/pangenome/wga.pangenome.py", line 91, in runJob
t = getLen(chrBeds[accs[j]])
File "/isilon/saskatoon-rdc/users/fuf/comDIR/AMPRIL-genomes/pangenome/wga.pangenome.py", line 217, in getLen
fi = open(inFile,"r")
IOError: [Errno 2] No such file or directory: './chrsize/C24.leng.txt'
###########################################################################
So can I use your code in my project? Because I check the command and find you have difined the accs as following:
accs = ["An-1","C24","Col","Cvi","Eri","Kyo","Ler","Sha"].
I think this is only for your project.
Thanks,
Fuyou
The text was updated successfully, but these errors were encountered: