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

Remove working files after processing a run #185

Closed
donkirkby opened this issue Mar 9, 2015 · 5 comments
Closed

Remove working files after processing a run #185

donkirkby opened this issue Mar 9, 2015 · 5 comments
Labels
Milestone

Comments

@donkirkby
Copy link
Member

The hard drive is getting full, so we should review what gets left in the data folders.

The prelim.csv and remap.csv look like the largest files, so consider deleting them from all but the ten most recent runs.

@donkirkby donkirkby added this to the near future milestone Mar 9, 2015
@ArtPoon
Copy link
Contributor

ArtPoon commented Mar 10, 2015

Hard drive is full. Using a script for erase *.prelim.csv and *.remap.csv for all but the most recent 20 runs to free up space. Need to adapt driver script to drop intermediate files during processing for older runs. We cannot continue processing runs under 6.7 until this is in place.

@ArtPoon ArtPoon added bug and removed enhancement labels Mar 10, 2015
@ArtPoon ArtPoon modified the milestones: pipeline 6.7, near future Mar 10, 2015
@ArtPoon
Copy link
Contributor

ArtPoon commented Mar 11, 2015

From log file:

2015-03-09 21:43:20.000230 - [INFO] Starting run /media/RAW_DATA/MiSeq/runs/150121_M01841_0099_000000000-AA2YY/
2015-03-10 00:14:38.112081 - [ERROR] Failed to post pipeline results - skipping run /media/RAW_DATA/MiSeq/runs/150121_M01841_0099_000000000-AA2YY/
2015-03-10 00:14:40.904460 - [INFO] Starting run /media/RAW_DATA/MiSeq/runs/150119_M01841_0098_000000000-AA8AV/
2015-03-10 00:16:24.461617 - [ERROR] Quality could not be downloaded. - skipping run /media/RAW_DATA/MiSeq/runs/150119_M01841_0098_000000000-AA8AV/
2015-03-10 00:16:25.159746 - [INFO] Starting run /media/RAW_DATA/MiSeq/runs/140903_M01841_0074_000000000-A8EGW/
2015-03-10 00:17:24.631437 - [ERROR] Quality could not be downloaded. - skipping run /media/RAW_DATA/MiSeq/runs/140903_M01841_0074_000000000-A8EGW/

Pipeline has since started up on latest run 150309_M01841_0111_000000000-ACDP3.
/data has 2T available. Not sure if the failed runs (due to HD space) will get re-queued.

@ArtPoon
Copy link
Contributor

ArtPoon commented Mar 11, 2015

75 runs have been flagged with errorprocessing.

  • 3 runs "failed to post pipeline results"
  • 8 runs "Parsing sample sheet failed" (these are very early runs, see issue Old sample sheets can't be parsed #174)
  • 64 runs "Quality could not be downloaded"; probably due to full HD issue

@ArtPoon
Copy link
Contributor

ArtPoon commented Mar 11, 2015

After testing development version to make sure intermediate files are removed correctly, release as 6.7.1 and push to production.

@ArtPoon
Copy link
Contributor

ArtPoon commented Mar 17, 2015

Fixed by commit c9b7710690f7c24472c6a0ad67b3f61525c1f654

@ArtPoon ArtPoon closed this as completed Mar 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants