Anuradha

Results 44 comments of Anuradha

Yes. I will give it a go. I'll share my solution when I'm done. Thanks for the feedback.

@henrietteharmse this seems to be a breaking change. I am unable to get baseUris for `duo`, `ncit` and few more. I have been using double encoded baseUri + code to...

@udp may I ask if you plan to fix this for other ontologies too (ncit, obo, obi, genepio, etc)? I could not find a way around because I need to...

My fix for this in VSCODE is updating `settings.json` with following entry. ```json { "rust-analyzer.runnables.extraEnv": { "LD_LIBRARY_PATH": "/home/anuvini/mambaforge/lib:$LD_LIBRARY_PATH" } } ``` VSCODE did not respect my bashrc having the `export`...

+1 on this, all of a sudden the deployment seems to pack the entire folder, not just the build directory on me end too. ```hcl source_path = [ { path...

@tonio-ramirez did you find a workaround for the time being?

Workaround we had to go with was ```hcl source_path = [ { path = "${path.module}/../backend/lambda/my-lambda", commands = [ "pnpm install", "pnpm run build", "cd dist", ":zip" ] } ] ```

Hi. I did this step manually by separating reads, followed by assembly.

A helper script is here in the repo named reads2bins.py

@Shawn-sudo were you able to fix this? I am having a similar issue. Unable to get the first-app example running.