-
Notifications
You must be signed in to change notification settings - Fork 10
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
ENH: ssu-align #44
base: master
Are you sure you want to change the base?
ENH: ssu-align #44
Conversation
I think this is there for Linux. The tests (i.e., |
The issue is that Easel calls However, Infernal and Easel and their developers are on github! @wasade How are we using ssu-align anyway? (Sorry if this is dumb question.) |
Greengenes and EMP right now, and @gregcaporaso has been using it but i Cc @nawrockie
|
Changes to a few lines of a single file in Easel (ssu-align-0.1/infernal/easel/devkit/sqc) will sidestep the getopts.pl issue. I have that patch if you'd like it. |
Thanks for the patch. But where should we put it? Maybe we could rehost the original |
Eric Nawrocki, who sent you the patch, is the lead developer of Infernal and ssu-align.
|
Oh I had no idea. Thanks for helping us out with this! @nawrockie, how can we best incorporate your patch? |
We are working on putting ssu-align on github, I'll write again when that's happened. |
Thanks Eric. The Biocore folks make good use of this software and we appreciate the patch. |
Thanks, Eric!
|
We've got ssu-align on github, and I am going to start working on a 0.1.1 release including the Easel getopts.pl bug fix today. I'm not sure how long it will take. |
Thanks for helping us out with this! I'm sorry I overlooked the ssu-align github repo: https://github.com/EddyRivasLab/ssu-align |
You didn't, we just created it yesterday. |
There's now a new version of ssu-align (0.1.1) available for download here: The 'make test' error you reported and some other bugs are fixed in 0.1.1, but there are not any other substantial changes to the software. |
Great, thank you! On Wed, Feb 24, 2016 at 5:40 AM, Eric Nawrocki notifications@github.com
|
You're welcome, thanks for using our software. |
@colinbrislawn, when you have a moment, could you take a look at the failure here? One build is failing, and the other is passing, but I'm not familiar enough with the build system in this repo to know what the differences are between the two builds. |
The error is I'm pretty swamped right now. It's going to be awhile before I can make a PR. You want this one? |
Are you guys using the new version 0.1.1? That error shouldn't occur with 0.1.1. [http://eddylab.org/software/ssu-align/ssu-align-0.1.1.tar.gz] |
oh, hah! Thanks @nawrockie. Will update. And thanks @colinbrislawn |
Well, the new error does appear to be from the repo itself |
Need to set
$SSUALIGNDIR
inbuild.sh
, so I do not expect this to pass yet.make check
does not pass out of the box on my laptop due to a missing perl dependency (details below).