You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When scoring multiple SVs in parallel using the following command: bash phenosv/model/phenosv.sh 'path/to/sv/data.csv' 'folder/path/to/store/results' 4 'HP:0000707,HP:0007598'
are you able to add options such as --inference 'full' --noncoding 'tad'
The text was updated successfully, but these errors were encountered:
Hi @melnel000 , thanks for great suggestion! I just updated the phenosv.sh script. Now it allows the same arguments as in the phenosv.pywith an additional argument of --workers to set up the multiprocessing. Please let me know how it works.
Thanks for a great tool!
When scoring multiple SVs in parallel using the following command:
bash phenosv/model/phenosv.sh 'path/to/sv/data.csv' 'folder/path/to/store/results' 4 'HP:0000707,HP:0007598'
are you able to add options such as --inference 'full' --noncoding 'tad'
The text was updated successfully, but these errors were encountered: