-
Notifications
You must be signed in to change notification settings - Fork 31
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
Comments
Thanks, Logan. We have encountered some of these issues, but not all. We will look into all of them.
Best,
Karen
…________________________________
From: Logan Voegtly <[email protected]>
Sent: Thursday, October 24, 2019 8:16 AM
To: LANL-Bioinformatics/EDGE
Cc: Subscribed
Subject: [LANL-Bioinformatics/EDGE] Fresh EDGE Install Issues (#34)
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#34?email_source=notifications&email_token=ACOC2VGDAGWUQI7YAPGHVNDQQGU5FA5CNFSM4JEUWJCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HUED6IQ>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACOC2VEIBH4QICLRHOWOB43QQGU5FANCNFSM4JEUWJCA>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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):
The text was updated successfully, but these errors were encountered: