syncFasta: Sync whole genome FASTA from UCSC's server

Description Usage Arguments Value

Description

This function will create the necessary directory tree under local, download, and extract the whole genome FASTA for the genome given as genome. If the FASTA archive already exists, the function will only re-download and re-extract if the modified dates are different between the local and remote copies.

Usage

1
  syncFasta(genome = "", local, url = url.default)

Arguments

genome

The UCSC string specific to the genome to be downloaded (e.g. "hg19", "hg19", "mm10", etc)

local

The root of a local directory where all files downloaded from UCSC are stored

url

The root of the remote rsync URL to download UCSC data from (set by default to rsync://hgdownload.cse.ucsc.edu/goldenPath/)

Value

Prints status of the sync to the screen. No output object.


jeffbhasin/genomesyncr documentation built on May 19, 2019, 1:45 a.m.