Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with triplet generation #29

Open
Swap90 opened this issue Jan 23, 2020 · 0 comments
Open

Error with triplet generation #29

Swap90 opened this issue Jan 23, 2020 · 0 comments

Comments

@Swap90
Copy link

Swap90 commented Jan 23, 2020

Hi,

I am facing an issue while generating triplets. I am using following steps to generate the same. Apologies if I have missed any step.

MyAnalysis <- HC$new("chr6_all.fa_mafft_copy_mafft.fa")
Reading in sequence file...
Looking for duplicates...
Checking length of sequences...
Subsetting the informative segregating sites...
Finished DNA input...
Deciding triplets based on results of Four Taxon Tests.
Using tests that are globally significant.
Warning message:
In fttDescision(ftt, "SIGNIFICANT", TripletCombinations, dna) :
No four taxon tests were found to be significant, either none were significant or no test has been performed.

MyAnalysis$setParameters("TripletGeneration", Method = 3L)
MyAnalysis$setParameters("SSAnalysis", WindowSize = 200L, StepSize = 1L)
MyAnalysis$analyzeSS()
Initializing new triplets data.
Error in triplets$scanTriplets(tripletSelections, DNA, settings) :
No triplets have been prepared yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant