Skip to content

v0.2.0

Choose a tag to compare

@leepc12 leepc12 released this 25 Oct 01:03
· 83 commits to master since this release
ead4758

IMPORTANT: Upgrade Caper to >=0.5.0 first.

$ 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-gcs and --gcp-private-key [KEY_FILE] to presign GCS URIs.
  • Use a flag --public-gcs if your GCS bucket is public. Don't need presigning since it's already public.
  • Use a flag --use-presigned-url-s3 to 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.