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
I ran HexSE on a tree with 100 tips, of which, the respective fasta has 9000 NT each. The config file was the same as the readme, except that there was no orfs, and false for circular.
At 16% completion, this was the following output from top (the command being python3 from internal HexSE functions, ran on crowly):
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
280197 will 20 0 30.2g 26.0g 37632 R 100.3 41.5 5:31.42 python3
While running the test case in the readme, it used up all the CPU again, and 15 GB of total RAM. The test case also had 100 tips.
It's likely that the issue lies in long fasta files and less so the number of tips on the tree?
The text was updated successfully, but these errors were encountered:
I ran HexSE on a tree with 100 tips, of which, the respective fasta has 9000 NT each. The config file was the same as the readme, except that there was no orfs, and false for circular.
At 16% completion, this was the following output from top (the command being python3 from internal HexSE functions, ran on crowly):
While running the test case in the readme, it used up all the CPU again, and 15 GB of total RAM. The test case also had 100 tips.
It's likely that the issue lies in long fasta files and less so the number of tips on the tree?
The text was updated successfully, but these errors were encountered: