Skip to content
Snippets Groups Projects
Commit 65b150f8 authored by Vermaat's avatar Vermaat
Browse files

By default, don't run mapping updates from cron in new installations.

parent e80a8d00
No related branches found
No related tags found
No related merge requests found
# Update the mapping database every sunday morning at 03:25 and 04:25
25 3 * * 7 www-data wget "ftp://ftp.ncbi.nih.gov/genomes/H_sapiens/ARCHIVE/BUILD.36.3/mapview/seq_gene.md.gz" -O - | zcat > /tmp/seq_gene.md; <MUTALYZER_BIN_MAPPING_UPDATE> hg18 /tmp/seq_gene.md reference
25 4 * * 7 www-data wget "ftp://ftp.ncbi.nih.gov/genomes/H_sapiens/mapview/seq_gene.md.gz" -O - | zcat > /tmp/seq_gene.md; <MUTALYZER_BIN_MAPPING_UPDATE> hg19 /tmp/seq_gene.md 'GRCh37.p2-Primary Assembly'
#25 3 * * 7 www-data wget "ftp://ftp.ncbi.nih.gov/genomes/H_sapiens/ARCHIVE/BUILD.36.3/mapview/seq_gene.md.gz" -O - | zcat > /tmp/seq_gene.md; <MUTALYZER_BIN_MAPPING_UPDATE> hg18 /tmp/seq_gene.md reference
#25 4 * * 7 www-data wget "ftp://ftp.ncbi.nih.gov/genomes/H_sapiens/mapview/seq_gene.md.gz" -O - | zcat > /tmp/seq_gene.md; <MUTALYZER_BIN_MAPPING_UPDATE> hg19 /tmp/seq_gene.md 'GRCh37.p2-Primary Assembly'
......@@ -285,5 +285,5 @@ ln -s $PACKAGE_ROOT/templates/base /var/www/mutalyzer/base
echo "Restarting Apache"
/etc/init.d/apache2 restart
echo "Restarting Mutalyzer batch daemon"
/etc/init.d/mutalyzer-batchd restart
echo "Starting Mutalyzer batch daemon"
/etc/init.d/mutalyzer-batchd start
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