AtlasProperties atlasProperties = AtlasProperties.fromAtlasDir(atlasDir);
CouchDb couchDb = CommandSupport.createCouchDb(gs, atlasProperties);
if( selectSkeletonDocuments ){
SkeletonDocumentsDetector docFinder = new SkeletonDocumentsDetector(couchDb,gs);
docIds.addAll( docFinder.getSkeletonDocIds() );
}
Map<String,File> docIdToFile = new HashMap<String,File>();
if( overwriteDocs ){
dumpDir = new File(atlasDir, "docs");