forked from kjellp/SMRT-Analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
How to delete smrt cells
fripp edited this page Apr 2, 2013
·
3 revisions
While SMRT Portal jobs can be deleted through the user interface, SMRT Cells can only be deleted using the command-line. The procedure is as follows:
-
Find the SMRT Cell you wish to delete and write down the inputID.
curl -d 'options={"columnNames":["inputId","sampleName"]}' http://localhost:8080/smrtportal/api/inputs/
-
Execute the command to delete the cell.
curl -u "administrator:password" -X DELETE http://localhost:8080/smrtportal/api/inputs/<inputID>