Hi Everyone,
We have our App Building cheatsheet now available. We've tried our best to consolidate all of the information you need to get an app running on RAP.
Cheatsheet is here (PDF, will trigger a download).
Hi, a couple notes on the cheatsheet and samtools_count example:
resources/bin/src/ doesn't work as a location for binary executables (and placing a file there was giving me a "can't find /bin/sh" error at runtime). DNAnexus Support sorted me out - the correct location is resource/usr/bin.
the "_prefix" helper variable doesn't work if you haven't specified a pattern in the inputSpec. The default out of the wizard is patterns=["*"] so _prefix returns an empty string until that is updated (to patterns=["*.bam"] for example).
Comments
2 comments
Hi, a couple notes on the cheatsheet and samtools_count example:
Thanks!
Thanks for finding these errors, Rob. We will update the example and cheatsheet.
Please sign in to leave a comment.