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

Snakefile calls to LAcheck in shell sections fail #3

Closed
BradleyRan opened this issue May 6, 2020 · 6 comments
Closed

Snakefile calls to LAcheck in shell sections fail #3

BradleyRan opened this issue May 6, 2020 · 6 comments
Assignees
Labels
bug Something isn't working

Comments

@BradleyRan
Copy link

In Snakefile, some of the shell command sections use "cd workdir" but then include "workdir" in the path arguments to LAcheck.

example output:
cd workdir
datander -l500 -e0.980100 '-T1' scaffolds_FINAL
if (( ${SKIP_LACHECK:-0} == 0 ))
then
LAcheck -v scaffolds_FINAL workdir/TAN.scaffolds_FINAL.las || echo Try setting the environment variable SKIP_LACHECK=1 if the error is Duplicate LAs; otherwise rerun this block
else
echo "Skipping LAcheck due to user request"
fi
} &> logs/tandem-alignment.log

@a-ludi a-ludi self-assigned this May 15, 2020
@a-ludi a-ludi added the bug Something isn't working label May 15, 2020
a-ludi added a commit that referenced this issue May 15, 2020
@a-ludi
Copy link
Owner

a-ludi commented May 15, 2020

Thanks for your feedback. The error should be fixed.

@a-ludi a-ludi closed this as completed May 15, 2020
@BradleyRan
Copy link
Author

BradleyRan commented May 15, 2020 via email

@a-ludi
Copy link
Owner

a-ludi commented May 17, 2020 via email

@a-ludi a-ludi reopened this May 18, 2020
a-ludi added a commit that referenced this issue May 18, 2020
- removed spelling error, too

fixes issue #3
@a-ludi
Copy link
Owner

a-ludi commented May 18, 2020

Both errors should be fixed now.

@a-ludi a-ludi closed this as completed May 18, 2020
@BradleyRan
Copy link
Author

BradleyRan commented May 18, 2020 via email

@BradleyRan
Copy link
Author

BradleyRan commented May 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants