Closed elyons closed 4 years ago
This has been completed. There is a new script in "scripts" called clean_up_bad_synmap.pl to do this. There is new feature added to SynMap that if the user is an admin and the CGI parameter "clean=1" is added to the URL, the results from all old analyses using the specified genome IDs will be deleted from the system.
When a synmap analysis fails, it is often due to a problem generating one of the intermediate files required for the workflow. E.g., fasta file of CDS sequences, blast databases, etc. We have been manually going to server to find and delete these files when there is a bad analysis reported. Want an admin button to do this:
rm /scratch/coge/cache/fasta/$genomeID rm -r /scratch/coge/cache/last/db/$genomeID or rm -r /scratch/coge/cache/blast/db/$genomeID rm /opt/apache2/coge/web/data/fasta/$genomeID rm -r /opt/apache2/coge/web/data/diags/*****/$genomeID