Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
naikai opened this issue Jun 22, 2016 · 6 comments
Closed
Assignees

Comments

@naikai
Copy link
Owner

naikai commented Jun 22, 2016

run-NMF.sh to get the NMF results

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

@naikai
Copy link
Owner Author

naikai commented Jun 23, 2016

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:

  • NMF - groups, features, consensus
  • t-SNE - 2D and 3D
  • DESeq2 - dds

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

@naikai
Copy link
Owner Author

naikai commented Jun 26, 2016

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

@naikai
Copy link
Owner Author

naikai commented Jun 27, 2016

Done.

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

@naikai
Copy link
Owner Author

naikai commented Jul 14, 2016

IF sample_size >= 200

  • Pop up window asking whether to run NMF on local machine
  • if (Yes) Run NMF on Local machine
  • else (No)
    • if Yabi is setup on server
      • if (Yes) Run Yabi
      • else (No) Run NMF on Local machine
  • else
    • Run NMF on Local machine

@naikai
Copy link
Owner Author

naikai commented Jul 22, 2016

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
Copy link
Owner Author

naikai commented Nov 4, 2016

Now continue working on this on #55

@naikai naikai closed this as completed Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants