-
Notifications
You must be signed in to change notification settings - Fork 84
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
help running the program #14
Comments
Sorry this is such a pain to use - hopefully there's not much to do to get it working from here. I think you should just need to move the assembly-stats folder to a different location to get this to work. When you set up the web server on you computer, it is configured to serve files in /Library/WebServer/Documents or /Users//Sites so you will need to place the assembly-stats folder in one of these locations. As you have followed the link in issue10, you should get the message "it works!" when you visit http://localhost. This means that files can be served from /Library/WebServer/Documents, but as this folder is owned by root, you will need to use sudo to move the assembly-stats folder into it. if you do that then your url should look like http://localhost/assembly-stats/assembly-stats.html?path=/assembly-stats/json/&assembly=output&view=circle&altView=cumulative&altView=table. If you also set up the user site hosting, then visiting http://localhost/~your-username should show a basic web page and you can move the assembly-stats folder to /Users//Sites. then a link similar to the one in issue 10 should work. Looking at it again, I think you will need to add you username directly after the ~, e.g. http://localhost/~your-username/assembly-stats/assembly-stats.html?path=/assembly-stats/json/&assembly=output&view=circle&altView=cumulative&altView=table If one of these options gets you past the URL not found error, then we can work out how to debug from there. |
Rename
|
Hi, I will be thankful for any suggestions. |
Hi, |
Hi, |
Thank you for describing what you tried - I've just realised that I updated the example html to require the |
Hi,
Thank you for writing this wonderful program. These figures look really nice.
However, as I have no knowledge of the java program and being a newbie in bioinformatics. I have not been able to run the program.
What I did was:
assembly-stats
on my home folderoutput.json
usingasm2stats.pl
script and placed it in theassembly-stats/json
folder.http://localhost/~/assembly-stats/assembly-stats.html?path=/~/assembly-stats/json/&assembly=output&view=circle&altView=cumulative&altView=table
But it says The requested URL was not found on this server.
I also tried with the test JSON file the same way and it's the same error.
I am also confused with the scripts you provided in
usage
section for where to use.Can you please help me with it?
Thank you,
Upendra
The text was updated successfully, but these errors were encountered: