| 
					
				 | 
			
			
				@@ -253,12 +253,12 @@ public class DockerExe { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 .withReadOnly(false); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<Mount> am =new ArrayList<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         am.add(wokerMount); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        String hdfFile =directory+"/"+file.getFilepath().replace(".cgns","_hdf5.cgns"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        String hdfFile =directory+"/"+file.getFilename().replace(".cgns","_hdf5.cgns"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         File hdf =new File(hdfFile); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(!hdf.exists()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             hdf.createNewFile(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        String jsonFile =directory+"/"+file.getFilepath().replace(".cgns","_data.json"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        String jsonFile =directory+"/"+file.getFilename().replace(".cgns","_data.json"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         File json =new File(jsonFile); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(!json.exists()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             json.createNewFile(); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -309,7 +309,7 @@ public class DockerExe { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         List<Mount> am =new ArrayList<>(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         am.add(wokerMount); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        String jsonFile =directory+"/"+file.getFilepath().replace(".bdf","_data.json"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        String jsonFile =directory+"/"+file.getFilename().replace(".bdf","_data.json"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         File json =new File(jsonFile); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if(!json.exists()){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             json.createNewFile(); 
			 |