Skip to content

June 26, 2018, Tuesday

Liya Wang edited this page Jun 30, 2018 · 3 revisions
  • Bugs
  • To do
    • Push to maizecode branch, and deploy on de2.sciapps.org
    • Adjust history job name length so it won't wrap to two lines
    • Modify link and visualize buttons
      • Can we let link button to copy link to history (not clickable but downloadable)
      • Visualize button will open the file (disable it for genome browser files, bam, etc)
  • Plan for ENCODE DCC
    • iRODS webfront end (might be tricky, we can rely on icommands, DE, CyberDuck)
    • Workflow API
      • Command line version of SciApps
        • Give RNA-Seq as an example, we have the workflow json for one replicate, now we want to apply the workflow to another replicate (paired reads)
        • curl -sk -H "Authorization: Bearer $ACCESS_TOKEN" -X POST -F "[email protected]" https://public.tenants.agaveapi.co/jobs/v2?pretty=true
          • Workflow JSON
          • New set of reads (replace inside JSON)
          • Workflow name (replace inside JSON)
    • Flow
      • Domain we will use: data.maizecode.org (brie)
        • We have a workflow JSON with inputs from CyVerse Data Store and outputs archived to there too
        • We have metadata attached to inputs (reads)
          • /iplant/home/shared/maizecode/B73v4/RNA-seq/B73LongRampage/BioProject_PRJNA438108/BioSample1/BioSample1Library1
          • Most metadata @BioSample1, some @BioProject_PRJNA438108, and @BioSample1Library1 (distinguish RNA-Seq from RAMPAGE)
          • Can we generate a 'experiment JSON'?
            • Workflow JSON id
            • Replicate JSON id for each input data: combines metadata for each input file
            • We need to use DS uuid for each file instead of path? Maybe we will use path for now
      • Search
      • Download
        • For inputs, we can make them public and direct user to Data Common landing page
        • For outputs, they are already public through the workflow, and direct user to DC landing page
      • Visualize
        • Direct user to SciApps to visualize results
Clone this wiki locally