App Building cheatsheet now available

Ted Laderas DNAnexus Team
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).

Comments

2 comments

  • Comment author
    Permanently deleted user

    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).

     

    Thanks!

    0
  • Comment author
    Ted Laderas DNAnexus Team

    Thanks for finding these errors, Rob. We will update the example and cheatsheet.

    0

Please sign in to leave a comment.