v0.2.0
IMPORTANT: Upgrade Caper to
>=0.5.0first.
$ pip install caper==0.5.0
Deprecated parameters
- A flag
--use-rel-path-in-link: we no longer need this since we can get a presigned/converted URL for both a file table and a UCSC browser track.
Presigning for cloud URIs (gs://, s3://)
- Use a flag
--use-presigned-url-gcsand--gcp-private-key [KEY_FILE]to presign GCS URIs. - Use a flag
--public-gcsif your GCS bucket is public. Don't need presigning since it's already public. - Use a flag
--use-presigned-url-s3to presign S3 URIs. - Use
--tsv-mapping-path-to-url [TSV_FILE]to define mapping of local path prefix to a URL prefix. You may need to have a web server and organized outputs should be (symlinked) on there.
Added USCS genome browser tracks based on presigned/converted URLs
- Use
--ucsc-genome-db [GENOME]to define genome DB for UCSC track (e.g.hg38) - Use
--ucsc-genome-pos chr?:?????-??????to define initial genome coord for tracks.