How to delete smrt cells - pb-dyim/SMRT-Analysis GitHub Wiki

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>

⚠️ **GitHub.com Fallback** ⚠️