-
Notifications
You must be signed in to change notification settings - Fork 1
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
Could not find the "--resample 100" option for fel mode? #5
Comments
and also no option for |
Hello @liamxg, which version of HyPhy are you using? I suggest installing the latest version as some features may not be supported in older versions. I do see the resample and ci keywords in the current version of FEL. Best, |
@aglucaci mine is v2.5.48? what is the latest version? |
Dear @liamxg, You can track releases here. The latest is 2.5.57. Just FYI, if you are a conda user there are some install issues that will need to be troubleshot to get the latest version. I will look into this today, and there is always the option to install with CMake. Thanks for all of the activity on our Github! Feedback from our users is extremely helpful. Regards, |
@stephenshank thanks for your help, how to use |
Dear @liamxg, How did you install the version you currently have? Best, |
Dear @spond using |
@stephenshank @spond the develop version is 2.5.58, right? |
Dear @liamxg, I've pushed OSX and Linux builds to my conda channel that I am now testing. I should have a temporary fix for you soon and a fix for the remainder of our users soon after. Thanks again for reporting this, we were unaware that our automated release process had broken.
Regards, |
@liamxg I've now verified that
if you are creating a new environment, or
if you are adding to an existing environment. Please try both if one fails. You can verify the installation with
Using my channel is a temporary fix. I need to submit a pull request to bioconda that works and gets merged which is somewhat out of my control, but this should hopefully get you up and running ASAP. |
Dear @stephenshank still not work: (base) simon@192 selection-tutorial % conda install -c stephenshank hyphy=2.5.57 PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
and use the search bar at the top of the page. (base) simon@192 selection-tutorial % hyphy --version |
Dear @liamxg, Thank you for trying the commands, it's really helpful to hear from our users! It appears as though you are on an Intel-based Mac, based on this correspondence and the output When time permits, I will try to perform a build for that target on AWS. Regards, |
Dear @stephenshank you are so nice. |
Thanks @liamxg, you are as well! I cannot emphasize it enough: feedback from our users is such a critical part of our process. For example, your comment prompted some maintenance of our bioconda packaging, which is responsible for 100,000 downloads of our software. So you have my sincere gratitude. |
Dear @stephenshank you are so nice. Hope I can work with you. |
Dear @liamxg, Thanks to your inquiry we now have a HyPhy 2.5.57 release on bioconda. Can you please try installing with your normal procedure? Please let me know if you encounter any issues. Regards, |
Dear @stephenshank, thanks. But still not work:
Your installed version is: 13.4 Note that strict channel priority may have removed packages required for satisfiability. (base) simon@192 ~ % hyphy --version |
Dear @liamxg, I'm not sure why you're encountering this issue. I was just able to install on an Intel-based Mac. For what it's worth I use Miniconda. You'll also need to ensure that you have Bioconda set up. Also, my conda verison is If you want to continue with this approach, can you please try in a newly installed Miniconda that is configured for Bioconda? Regards, |
Dear @stephenshank , |
Available analysis command line options
Use --option VALUE syntax to invoke
If a [reqired] option is not provided on the command line, the analysis will prompt for its value
[conditionally required] options may or not be required based on the values of other options
code
Which genetic code should be used
default value: Universal
alignment [required]
An in-frame codon alignment in one of the formats supported by HyPhy
tree [conditionally required]
A phylogenetic tree (optionally annotated with {})
applies to: Please select a tree file for the data:
branches
Branches to test
default value: All
srv
Include synonymous rate variation in the model
default value: Yes
pvalue
The p-value threshold to use when testing for selection
default value: 0.1
output
Write the resulting JSON to this file (default is to save to the same path as the alignment file + 'FEL.json')
default value: fel.codon_data_info[terms.json.json] [computed at run time]
precision
Optimization precision settings for preliminary fits
default value: standard
full-model
Perform branch length re-optimization under the full codon model
default value: Yes
The text was updated successfully, but these errors were encountered: