File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- # FastQC Reads Quality Control v1.4.0
1+ # FastQC Reads Quality Control v1.4.1
22## What does this app do?
33This app generates a QC report on reads data.
44
Original file line number Diff line number Diff line change 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" : [
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"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ mark-section "download inputs"
1010dx-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
1414dx download ${Docker_file_ID}
1515Docker_image_file=$( dx describe ${Docker_file_ID} --name)
1616Docker_image_name=$( echo $Docker_image_file | sed s' /.tar//' | sed s' /.gz//' )
You can’t perform that action at this time.
0 commit comments