a-ludi / dentist

Close assembly gaps using long-reads at high accuracy.
https://a-ludi.github.io/dentist/
MIT License
47 stars 6 forks source link

dentist collect v1.0.0-beta.3 requires DAScover from DASCRUBBER which failed to compile. #8

Closed BradleyRan closed 4 years ago

BradleyRan commented 4 years ago

dentist collect v1.0.0-beta.3 requires DAScover from DASCRUBBER. DAScover.c failed to compile.

DAScover.c:119:27: error: ‘DB_CSS’ undeclared (first use in this function) if ((Reads[j].flags & DB_CSS) == 0)

(snakemake) [randy.bradley@ceres dentist-test]$ cat logs/collect.log Error: missing external tools:

Check your PATH and/or install the required software.

a-ludi commented 4 years ago

Oh no, still that typo. Please just run sed -i 's/DB_CSS/DB_CCS/' *.{h,c} in the root of the DASCRUBBER repo. This should fix the compilation.

BradleyRan commented 4 years ago

Confirming that worked well. Thanks!

From: Arne notifications@github.com Reply-To: a-ludi/dentist reply@reply.github.com Date: Friday, July 24, 2020 at 3:04 PM To: a-ludi/dentist dentist@noreply.github.com Cc: "Bradley, Randy - ARS" randy.bradley@usda.gov, Author author@noreply.github.com Subject: Re: [a-ludi/dentist] dentist collect v1.0.0-beta.3 requires DAScover from DASCRUBBER which failed to compile. (#8)

Oh no, still that typo. Please just run sed -i 's/DB_CSS/DB_CCS/' *.{h,c} in the root of the DASCRUBBER repo. This should fix the compilation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fa-ludi%2Fdentist%2Fissues%2F8%23issuecomment-663710704&data=02%7C01%7C%7Cded8ffab20b54b86ffcb08d8300cc2d3%7Ced5b36e701ee4ebc867ee03cfa0d4697%7C0%7C0%7C637312178653314018&sdata=ZQoCLR4iqTwxK2UnY8VksYv8SMNwJ3qluj08br7aYNk%3D&reserved=0, or unsubscribehttps://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAKFTC4QTIBGB6GM74AYYJTDR5HSMPANCNFSM4PGYQLBA&data=02%7C01%7C%7Cded8ffab20b54b86ffcb08d8300cc2d3%7Ced5b36e701ee4ebc867ee03cfa0d4697%7C0%7C0%7C637312178653314018&sdata=oB%2FZavk3QSHwm7Vv8WocCnKdc5RiEZZwNxaAn3h0hDo%3D&reserved=0.

This electronic message contains information generated by the USDA solely for the intended recipients. Any unauthorized interception of this message or the use or disclosure of the information it contains may violate the law and subject the violator to civil or criminal penalties. If you believe you have received this message in error, please notify the sender and delete the email immediately.