Is anybody has some experience with ALLPATHS-LG ?
Is that possible to run in a multi threads mod ?
Especially, the first step PrepareAllPathsInput takes me a lot of time ... It's running since 2 days, is it normal ?
The command is:
PrepareAllPathsInput\
DATA_DIR=$PWD/rep\
PLOIDY=1\
IN_GROUPS_CSV=/rep/in_groups.csv\
IN_LIBS_CSV=rep/in_libs.csv\
OVERWRITE=True\
| tee prepare.outre
Thanks for your support.
1) What do you mean by "ou can add different libraries individually and in parallel". Do I have to create a in_groups.csv and a in_libs.csv for each library and run
CacheLibs.pl/CacheGroups.pl
separately ?2) "CacheGroups.pl also allows forking of library import to parallel jobs." : Is it with the "HOSTS" option ? I'm not sure how to use it (I work on a cluster)
1) Yes, that's what I did. I split up my original file in serveral groups/libs.csv and imported those.
2) As far as I understand, if you just provide a single number, it will set the number of forked processes (libraries processed in parallel) on the current node, i.e. it more or less should be equal to setting threads.