Skip to content

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:

  1. 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/

  2. Execute the command to delete the cell. curl -u "administrator:password" -X DELETE http://localhost:8080/smrtportal/api/inputs/<inputID>

Clone this wiki locally