Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need garbage collection #318

Open
ilveroluca opened this issue Aug 1, 2018 · 2 comments
Open

Need garbage collection #318

ilveroluca opened this issue Aug 1, 2018 · 2 comments
Assignees

Comments

@ilveroluca
Copy link
Member

some of our tools are leaving files behind and they're not getting deleted. Here's an example:

root@pugnacious-garfish-galaxy-stable-6486bf5c59-hzvz5:/export/database/job_working_directory/001/1186# find dataset_3647_files
dataset_3647_files
dataset_3647_files/i_Investigation.txt
dataset_3647_files/s_MTBLS9.txt
dataset_3647_files/a_mtbls9_np1d_NMR spectroscopy.txt
dataset_3647_files/m_mtbls9_cpmgpr_NMR_spectroscopy_v2_maf.tsv
dataset_3647_files/a_mtbls9_cpmgpr_NMR_spectroscopy.txt

We need to either find the tool(s) and modify it (this might be the downloader?) or activate/implement some suitable garbage collection in the container.

@ilveroluca
Copy link
Member Author

another example:

root@pugnacious-garfish-galaxy-stable-6486bf5c59-hzvz5:/export/database/job_working_directory/002# ll 2000/working/outputfolder/
total 6
-rw-r--r-- 1 root root 1065 Jul 26 07:22 1_746.022_716.5434_1571995.68000003_PE_PG_AutoMS_2-B_3_03_18583.mzML.txt
-rw-r--r-- 1 root root 1069 Jul 26 07:22 2_746.022_716.5434_1571995.68000003_PE_PG_AutoMS_2-B_3_03_18583.mzML.txt
-rw-r--r-- 1 root root 1066 Jul 26 07:22 3_746.022_716.5434_1571995.68000003_PE_PG_AutoMS_2-B_3_03_18583.mzML.txt
-rw-r--r-- 1 root root 1068 Jul 26 07:22 4_746.022_716.5434_1571995.68000003_PE_PG_AutoMS_2-B_3_03_18583.mzML.txt

@pcm32
Copy link
Member

pcm32 commented Aug 1, 2018

Maybe the composite data type is responsible of the first example?

Check that the setting for deleting data set is set to always and not "never" or "onslSuccess" for example 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants