Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kp pytools to warptools pd 2186 #1026

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions beta-pipelines/skylab/ATAC/ATAC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ task BWAPairedEndAlignment {
read_group_sample_name: "the read group sample to be added upon alignment"
cpu: "the number of cpu cores to use during alignment"
output_base_name: "basename to be used for the output of the task"
docker_image: "the docker image using BWA to be used (default: us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730)"
docker_image: "the docker image using BWA to be used (default: us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671)"
}

# runtime requirements based upon input file size
Expand Down Expand Up @@ -673,13 +673,13 @@ task MakeCompliantBAM {
input {
File bam_input
String output_base_name
String docker_image = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker_image = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
}

parameter_meta {
bam_input: "the bam with barcodes in the read ids that need to be converted to barcodes in bam tags"
output_base_name: "base name to be used for the output of the task"
docker_image: "the docker image using the python script to convert the bam barcodes/read ids (default: us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730)"
docker_image: "the docker image using the python script to convert the bam barcodes/read ids (default: us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671)"
}

Int disk_size = ceil(2.5 * (if size(bam_input, "GiB") < 1 then 1 else size(bam_input, "GiB")))
Expand Down Expand Up @@ -707,7 +707,7 @@ task MakeCompliantBAM {
task BreakoutSnap {
input {
File snap_input
String docker_image = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker_image = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
String bin_size_list
}
Int num_threads = 1
Expand Down
4 changes: 2 additions & 2 deletions pipelines/skylab/scATAC/scATAC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ task MakeCompliantBAM {
input {
File input_bam
String output_bam_filename
String docker_image = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker_image = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
Int cpu = 1
Int disk = ceil(3 * (size(input_bam, "GiB"))) + 100
Int machine_mem_mb = 4000
Expand Down Expand Up @@ -291,7 +291,7 @@ task MakeCompliantBAM {
task BreakoutSnap {
input {
File snap_input
String docker_image = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker_image = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
kevinpalis marked this conversation as resolved.
Show resolved Hide resolved
String bin_size_list
String input_id
Int preemptible = 3
Expand Down
6 changes: 3 additions & 3 deletions tasks/skylab/LoomUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version 1.0
task SmartSeq2LoomOutput {
input {
#runtime values
String docker = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
# the gene count file "<input_id>_rsem.genes.results" in the task results folder call-RSEMExpression
File rsem_gene_results
# file named "<input_id>_QCs.csv" in the folder "call-GroupQCOutputs/glob-*" of the the SS2 output
Expand Down Expand Up @@ -169,7 +169,7 @@ task AggregateSmartSeq2Loom {
String? species
String? organ
String pipeline_version
String docker = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
kevinpalis marked this conversation as resolved.
Show resolved Hide resolved
Int disk = 200
Int machine_mem_mb = 4000
Int cpu = 1
Expand Down Expand Up @@ -300,7 +300,7 @@ task SingleNucleusOptimusLoomOutput {
task SingleNucleusSmartSeq2LoomOutput {
input {
#runtime values
String docker = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"

Array[File] alignment_summary_metrics
Array[File] dedup_metrics
Expand Down
2 changes: 1 addition & 1 deletion tasks/skylab/StarAlign.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ task MergeStarOutput {
String input_id

#runtime values
String docker = "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
String docker = "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
Int machine_mem_mb = 8250
Int cpu = 1
Int disk = ceil(size(matrix, "Gi") * 2) + 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ task ValidateSmartSeq2Plate {
>>>

runtime {
docker: "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
docker: "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
cpu: 1
memory: "8 GiB"
disks: "local-disk 1${disk_size} HDD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ task ValidateSnSmartSeq2 {
>>>

runtime {
docker: "us.gcr.io/broad-gotc-prod/pytools:1.0.0-1661263730"
docker: "us.gcr.io/broad-gotc-prod/warp-tools:1.0.1-1686932671"
cpu: 1
memory: "8 GB"
disks: "local-disk 1${disk_size} HDD"
Expand Down