I created an applet using the dx-app-wizzard and add a script i tested using ttdy as described in the tutorial. The problem is that when i run the applet `dx download $FILE` files, even more if add `dx ls` the only file display is the applet name. Any suggestions to try?
Comments
2 comments
You may try to set up the workspace and project context inside your applet, as it is described here:
https://documentation.dnanexus.com/developer/cloud-workstations/cloud-workstation#step-3-setting-up-the-workspace
If that is not helping to resolve the issue, you may try to check your dxapp.json. You can add/modify the (optional) field called "access".
See annotated example here: https://documentation.dnanexus.com/developer/apps/app-metadata#annotated-example
Thanks! re-setting the workspace variable worked :)
Please sign in to leave a comment.