m-orton / Evolutionary-Rates-Analysis-Pipeline

The purpose of this repository is to develop software pipelines in R that can perform large scale phylogenetics comparisons of various taxa found on the Barcode of Life Database (BOLD) API.
GNU General Public License v3.0
7 stars 1 forks source link

Error message when Sally running line 945 - Annelida branch #13

Closed sadamowi closed 7 years ago

sadamowi commented 7 years ago

Hi again Matt,

I am recording the below error message for our information. However, I will verify this by running everything again. Perhaps I skipped a line by accident at some point.

dfPairingResultsL1 <- (dfPairingResultsL1[,c("inGroupPairing","associatedInGroupBin","inGroupDist","inGroupDistx1.3",

sadamowi commented 7 years ago

I got a similar error message when running line 962. Again, I will verify this by running the whole thing again.

sadamowi commented 7 years ago

I also got an error at line 980

dfPairingResultsL1L2 <- rbind(dfPairingResultsL1, dfPairingResultsL2) Error in rbind(deparse.level, ...) : numbers of columns of arguments do not match

sadamowi commented 7 years ago

I did NOT get these errors again when re-running the script. I believe these are OK, but I am leaving this issue up (but closed) in case this comes up again.