Skip to content

Commit 426760d

Browse files
authored
Merge pull request #11 from moka-guys/update_london_region
update to upload london region
2 parents 835cfc1 + 3c5a1dc commit 426760d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FastQC Reads Quality Control v1.4.0
1+
# FastQC Reads Quality Control v1.4.1
22
## What does this app do?
33
This app generates a QC report on reads data.
44

dxapp.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "fastqc_v1.4.0",
3-
"title": "FastQC Reads Quality Control v1.4.0",
4-
"summary": "v1.4.0 - Generates a QC report on reads data",
2+
"name": "fastqc_v1.4.1",
3+
"title": "FastQC Reads Quality Control v1.4.1",
4+
"summary": "v1.4.1 - Generates a QC report on reads data",
55
"tags": [
66
"Read QC",
77
"Statistics"
88
],
99
"properties": {
10-
"github release": "v1.4.0"
10+
"github release": "v1.4.1"
1111
},
1212
"dxapi": "1.0.0",
1313
"inputSpec": [
@@ -114,7 +114,7 @@
114114
},
115115
"ignoreReuse": false,
116116
"regionalOptions": {
117-
"aws:us-east-1": {
117+
"aws:eu-west-2-g": {
118118
"systemRequirements": {
119119
"main": {
120120
"instanceType": "mem1_ssd1_v2_x2"

src/code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mark-section "download inputs"
1010
dx-download-all-inputs --parallel
1111

1212
# The fastqc docker image from 001
13-
Docker_file_ID=project-ByfFPz00jy1fk6PjpZ95F27J:file-GKQkG5006xgkK6vgP4X1vY2P
13+
Docker_file_ID=project-J32193pK9yGfjP2GyZ94KZf4:file-J342zppK9yGyFjb25XpxF21V
1414
dx download ${Docker_file_ID}
1515
Docker_image_file=$(dx describe ${Docker_file_ID} --name)
1616
Docker_image_name=$(echo $Docker_image_file | sed s'/.tar//' | sed s'/.gz//')

0 commit comments

Comments
 (0)