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

Fresh EDGE Install Issues #34

Open
loganvoegtly opened this issue Oct 24, 2019 · 1 comment
Open

Fresh EDGE Install Issues #34

loganvoegtly opened this issue Oct 24, 2019 · 1 comment

Comments

@loganvoegtly
Copy link

I have been performing a fresh install of EDGE and have encountered a few issues with the INSTALL.sh and programs failing initial testing. Below are some issues I encountered (listing them in one issue rather than multiple issue tickets):

  1. In INSTALL.sh multiple programs check for version but always fail the check. This can be fixed by making the version number a string.
  2. Installing some software using offline conda packages and then installing other packages from online conda repos take a very long time to resolve dependencies. I would recommend to do all offline install or all online install, not a combination.
  3. Qiime2 had issues with offline install, had to modify INSTALL.sh to install from online.
  4. Antismash has ~1gb database which needs to be downloaded during conda install. Could this be part of the pre-downloaded databases?
  5. Unicycler is not compatible with SPAdes 3.13.x. SPAdes 3.13.x deletes graphs as it completes the K-mer iteration, which are used by unicycler to choose the best starting graph. Recommend using SPAdes 3.12.x.
  6. I would recommend default quality score cutoffs to be Q20 and not Q5.
  7. There is inconsistency on how the status of a job is reported.
  8. It would be convenient to add fastg to apache file for downloading.
  9. Checkm did not properly setRoot when doing install.
  10. Gottcha2 fails to run due to parameters used in EDGE being removed from the program.
@kwdavenport
Copy link
Contributor

kwdavenport commented Oct 28, 2019 via email

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

2 participants