User

Migwell

Member since
Total activity 16
Last activity
Following 0 users
Followed by 0 users
Votes 4
Subscriptions 5

Activity overview

Latest activity by Migwell

  • Migwell commented,

    Hi Pamela, I've just shared a workspace containing a workflow that demonstrates this behaviour. Happy to send you more details privately.

  • Migwell created a post,

    Memory retry mechanism not adjusting memory

    We have a task which has this exact structure (details have been removed): task Task { input { String memory = "8G" } runtime { memory: memory maxRetries: 5 }...

    • Migwell
    • 2 followers
    • 2 comments
    • 0 votes
  • Migwell commented,

    Thanks Jason. I've used `/usr/bin/time` in my workflow which seems to give me some reasonable results, and I have upvoted that post.

  • Migwell created a post,

    Calculate memory usage of task

    In order to choose an appropriate and cost-effective amount of memory for a task, it makes sense to run the task with a high level of memory, then assess how much memory the task actually used, and...

    • Migwell
    • 2 followers
    • 3 comments
    • 1 vote
  • Migwell created a post,

    Co-localising tools in the same task

    I am working on a workflow that involves very large files, so minimizing the costs and times involved in transferring these files is critical. For each of these files, we need to run 3 different to...

    • Migwell
    • 3 followers
    • 2 comments
    • 0 votes
  • Migwell created a post,

    Which Google account owns the Terra buckets?

    Hi, I created a workspace through Terra, but then tried to make various privileged API calls to GCP, such as:  gsutil iam get gs://bucket-name However seemingly I'm not able to do this, even using ...

    • Migwell
    • 3 followers
    • 2 comments
    • 0 votes
  • Migwell commented,

    It seems to be out now, although only supporting WDL 1.0 and not 1.1.