rajivnarayan
rajivnarayan
Awesome thanks. On Thu, Jan 28, 2021, 5:16 PM Joshua Gould wrote: > You can pass the URL to the session file as: > > https://software.broadinstitute.org/morpheus/?url=https://s3.amazonaws.com/rn-test-data/test.json > > > On...
I ran into similar segfaulting with R-4.0.3. and the latest cmapR package. Noticed that pre-loading the rhdf5 library before cmapR seems to work for me i.e ```R library(rhdf5) library(cmapR) gctx_file
This would be a useful addition to the high-level commands. For reference here is a solution using s3api: Would have been nice if MD5 digests were included as an option....
Works fine for me with the latest aws cli (2.12.16). Note that the checksum in base64 encoded as detailed here: https://aws.amazon.com/getting-started/hands-on/amazon-s3-with-additional-checksums/?ref=docs_gateway/amazons3/checking-object-integrity.html ``` BUCKET=my-test-bucket KEY=hello_checksum.txt echo "Hello world!" > hello.txt #...
I pushed an update to the main branch, can you pull and try again?