naikai / sake

sake
27 stars 12 forks source link

Add options to run NMF from cluster and import back the results to shiny #29

Closed naikai closed 8 years ago

naikai commented 8 years ago

run-NMF.sh to get the NMF results

Add a Load module to check for NMF results before NMF module runs?

naikai commented 8 years ago

When user click run NMF in the NMF module, the program will generate a pop up window if the sample size is above 500. Then the program will send the command through yabi to run NMF on the cluster.

Things to be run and saved on the cluster:

Save all of them in a single icash.rda file and load them back to icash from the load data page

naikai commented 8 years ago

Shiny part is done (Only works for real run) Now needs to add those functions into run-NMF.sh on bnbdev

naikai commented 8 years ago

Done.

Now needs to add links between yabi and icash and send out email and download links once the submitted job is finished.

naikai commented 8 years ago

IF sample_size >= 200

naikai commented 8 years ago

run-NMF.sh successfully run and gzip all the NMF output files through yabish command Download link from the email also works fine Now need to add static options for yabish_submit.exp',yabish_status.exp, andyabish_logout.exp`

naikai commented 8 years ago

Now continue working on this on #55