I am building an applet with he wizard. I would like to use a Bulk project file as an input to a bash command. Is it possible to read that file from within the applet without the need to download it with dx? Avoiding the download would save some valuable time since I would like to process several files in a loop. From within a ttyd session I think that's possible by pointing to a path like /mnt/project/Bulk/path/to/file but I am not sure how this can be achieved in an applet.
Comments
1 comment
In bash applet, to enable mounting /mnt/project/.../, I think you will need to add dxfuse binary to the resources folder:
https://documentation.dnanexus.com/developer/apps/bash#downloading-inputs-using-dx-mount-all-inputs
See full README for dxfuse here: https://github.com/dnanexus/dxfuse
Please sign in to leave a comment.