Skip to content
Snippets Groups Projects
Commit e31547a6 authored by gsalin's avatar gsalin
Browse files

delete fastq.gz for ONT runs during the purge process

parent b6bdaf60
No related branches found
No related tags found
1 merge request!157purge ONT fastq.gz during purge process
......@@ -212,7 +212,7 @@ class tx_nG6_utils {
return 0;
}
#Exclusion of the log files from the purge process
// $stream = ssh2_exec($connection, 'find '.$directory.' -maxdepth 1 -not -name "*.html" -not -name "*.png" -not -name "*.log" -not -name "*.log.gz" -not -name "*.pdf" -not -name "md5sum.txt" -not -name "*GXB02039*" -not -name "*PCT0078*" -type f -exec rm -f {} \;');
// $stream = ssh2_exec($connection, 'find '.$directory.' -maxdepth 1 -not -name "*.html" -not -name "*.png" -not -name "*.log" -not -name "*.log.gz" -not -name "*.pdf" -not -name "md5sum.txt" -name "*GXB02039*fastq.gz" -name "*PCT0078*fastq.gz" -type f -exec rm -f {} \;');
// $errorStream = ssh2_fetch_stream($stream, SSH2_STREAM_STDERR);
// // Enable blocking for both streams
// stream_set_blocking($errorStream, true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment