Skip to content

IDR/idr0161-yayon-thymus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

idr0161-yayon-thymus

The RareCyte images will have a MapAnnotation "com.glencoesoftware.stitcher.minmax" after import. They can be deleted like that:

omero hql -q --style csv --ids-only "select m from MapAnnotation m where m.ns = 'com.glencoesoftware.stitcher.minmax'" | cut -d "," -f 2 | cut -d : -f 2 >> ids.txt
for i in `cat ids.txt`;do omero delete --force MapAnnotationI:$i ; done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published