When I ran the tool with a tree file with no branch length specified, I got this error message:
dppdiv-pthreads-avx: PLL/treeIO.c:954: treeReadLen: Assertion `0' failed.
/projects/ps-ngbt/backend/comet_workspace/NGBW-JOB-DPPDIV-3E04D4C7DC68471BB7001E9F91171142/./_batch_command.cmdline: line 3: 1513 Aborted /projects/ps-ngbt/opt/comet/dppdiv2/pll-dppdiv-master/dppdiv-pthreads-avx
-T 16 -in infile.txt -tre tree.tre -n 1000000 -pf 100 -sf 100 -out
outfile -pm 3.0 -ra 2.0 -rb 4.0 -hsh 2.0 -s1 12345 -s2 12345
srun: error: comet-06-71: task 0: Exited with exit code 134
When I used one with branch lengths this is what it returned:
The file "tree.tre" has 0 lines. Could not find line 1
srun: error: comet-03-66: task 0: Exited with exit code 1
May I know what that means?
Thanks!
comet_workspace/NGBW-JOB-DPPDIV-3E04D4C7DC68471BB7001E9F91171142/./_batch_command.cmdline: line 3: 1513 Aborted /projects/ps-ngbt/opt/comet/dppdiv2/pll-dppdiv-master/dppdiv-pthreads-avx
-T 16 -in infile.txt -tre tree.tre -n 1000000 -pf 100 -sf 100 -out
outfile -pm 3.0 -ra 2.0 -rb 4.0 -hsh 2.0 -s1 12345 -s2 12345
srun: error: comet-06-71: task 0: Exited with exit code 134
It looks as if this is a problem with the tree input file,
Alexis
On 18.03.19 07:30, Chloe Tan wrote:
> Hi,
>
> When I ran the tool with a tree file with no branch length specified, I
> got this error message:
>
> dppdiv-pthreads-avx: PLL/treeIO.c:954: treeReadLen: Assertion `0' failed.
> /projects/ps-ngbt/backend/comet_workspace/NGBW-JOB-DPPDIV-3E04D4C7DC68471BB7001E9F91171142/./_batch_command.cmdline:
> line 3: 1513 Aborted
> /projects/ps-ngbt/opt/comet/dppdiv2/pll-dppdiv-master/dppdiv-pthreads-avx -T
> 16 -in infile.txt -tre tree.tre -n 1000000 -pf 100 -sf 100 -out outfile
> -pm 3.0 -ra 2.0 -rb 4.0 -hsh 2.0 -s1 12345 -s2 12345
> srun: error: comet-06-71: task 0: Exited with exit code 134
>
>
> When I used one with branch lengths this is what it returned:
>
> The file "tree.tre" has 0 lines. Could not find line 1
> srun: error: comet-03-66: task 0: Exited with exit code 1
>
>
> May I know what that means?
>
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google
> Groups "dppdiv-users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to dppdiv-users...@googlegroups.com
> <mailto:dppdiv-users+unsub...@googlegroups.com>.
Hi Chloe,
try removing the inner node labels only and keep the branch lengths, i.e.
sed -i "s/)[0-9]\+/)/g" tree.txt
Tomas
To unsubscribe from this group and stop receiving emails from it, send an email to dppdiv-users...@googlegroups.com.
The file "tree.tre" has 0 lines. Could not find line 1 srun: error: comet-06-66: task 0: Exited with exit code 1
Chloe