Skip to content
Snippets Groups Projects
Commit 453f713a authored by Robin van Esch's avatar Robin van Esch
Browse files

removed mcl input and output file cleanup

parent 371b69cb
Branches
Tags
No related merge requests found
Pipeline #91807 failed
...@@ -724,8 +724,6 @@ public class Grouping { ...@@ -724,8 +724,6 @@ public class Grouping {
//Pantools.logger.info(command); //Pantools.logger.info(command);
if(executeCommand_for(command, wating_time)) if(executeCommand_for(command, wating_time))
break; break;
if((tmp_file = new File(clusters_path)).exists())
tmp_file.delete();
wating_time += time; wating_time += time;
} }
if (infl >= 30) { if (infl >= 30) {
...@@ -755,8 +753,6 @@ public class Grouping { ...@@ -755,8 +753,6 @@ public class Grouping {
homology_groups_list.put(singletons_group); homology_groups_list.put(singletons_group);
} }
clusters_file.close(); clusters_file.close();
new File(clusters_path).delete();
new File(graph_path).delete();
}catch (IOException ex) { }catch (IOException ex) {
Pantools.logger.info(ex.getMessage()); Pantools.logger.info(ex.getMessage());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment