Former User of DNAx Community_18
Activity overview
Latest activity by Former User of DNAx Community_18
-
Former User of DNAx Community_18 created a post,
restart jobs that have SpotInstanceInterruption
I know this has been discussed previously but this is more of a feature request. It seems we can use --property to set some key/value pairs for executionPolicy and that has members restartOn/maxRes...
- Former User of DNAx Community_18
- 1 follower
- 1 comment
- 0 votes
-
Former User of DNAx Community_18 commented,
Well that is embarrassing! I can confirm it is working now. Thanks again, Jared
- View comment
- 0 votes
-
Former User of DNAx Community_18 commented,
Thanks Chai.
- View comment
- 0 votes
-
Former User of DNAx Community_18 created a post,
How to provide a Struct as an input to a WDL workflow.
I'm trying to provide an Array of these structs: ```struct VcfChunk { String chrom String start_pos String end_pos File vcf File csi}``` to a workflow via json and am receiving this cryptic e...
- Former User of DNAx Community_18
- 2 followers
- 3 comments
- 0 votes
-
Former User of DNAx Community_18 created a post,
Is it possible to ensure VCF indices (and other secondary files) are localized to the same directory in WDL?
Simple example: input { File vcf File csi } command <<< bcftools view -r chr1 ~{vcf} >>> this fails because the .csi file is not localized to the same dir. I think I can ha...
- Former User of DNAx Community_18
- 2 followers
- 2 comments
- 0 votes
-
Former User of DNAx Community_18 commented,
Kind of both. I'm trying to do a scatter-gather with wdl (here is the code). So each file is first processed independently (so 60K jobs) and then those outputs are processed together in one job. T...
- View comment
- 0 votes
-
Former User of DNAx Community_18 created a post,
How to submit a large input-json with dx run?
I have a large input json (lists all ~60K WGS vcfs) that I am trying to provide to a workflow and am hitting the following timeout: ```$ x=workflow-GGyX92QJ4Q9k9yxx9xPZz9z2dnanexus@job-GGzK130J4Q9V...
- Former User of DNAx Community_18
- 2 followers
- 2 comments
- 0 votes