Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 15, 2024
1 parent b29244e commit f0ecb93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wdl2cwl/tests/cwl_files/BuildIndices.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ steps:
networkAccess: true
hints:
- class: DockerRequirement
dockerPull: 'quay.io/humancellatlas/snss2-indices:1.1.0 '
dockerPull: quay.io/humancellatlas/snss2-indices:1.1.0
- class: ResourceRequirement
coresMin: 16
ramMin: 51200.0
Expand Down
2 changes: 1 addition & 1 deletion wdl2cwl/tests/cwl_tests_bigdata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# snaptools embeds paths and timestamps, and so it is not reproducible
# - doc: ATAC
# tool: cwl_file/ATAC.cwl
# tool: cwl_files/ATAC.cwl
# job: inputs/ATAC.yaml
# output:
# ATAC.snap_output:
Expand Down
5 changes: 5 additions & 0 deletions wdl2cwl/tests/inputs/BuildIndices_mouse.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
gtf_version: "M21"
organism: "mouse"
organism_prefix: "m"
genome_short_string: "mm10"
dbsnp_version: "150"
2 changes: 1 addition & 1 deletion wdl2cwl/tests/wdl_files/BuildIndices.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ task BuildStarSingleNucleus {
}

runtime {
docker: "quay.io/humancellatlas/snss2-indices:1.1.0 "
docker: "quay.io/humancellatlas/snss2-indices:1.1.0"
memory: "50 GiB"
disks :"local-disk 100 HDD"
cpu:"16"
Expand Down

0 comments on commit f0ecb93

Please sign in to comment.