errors in the deepmsa code
Moderators: ITASSERteam, junh, XiZhang
-
yuieroqreqw
- Posts: 4
- Joined: Mon May 10, 2021 5:28 pm
errors in the deepmsa code
The parameter s in line 50 of kclust2db.py script in the software code of deepmsa you provided is not used, so ask if this is an error
Re: errors in the deepmsa code
This is not an error. s is a default parameter as we only use the the sequence identity (seqID) cutoff of 30%. s=1.12 equals to the seqID = 30%.
-
yuieroqreqw
- Posts: 4
- Joined: Mon May 10, 2021 5:28 pm
Re: errors in the deepmsa code
ok, Thanks!