Skip to content

Commit ea05d31

Browse files
committed
changed cell from markdown to code
1 parent de60521 commit ea05d31

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

AWS/Submodule_2_annotation_only.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,16 +286,18 @@
286286
]
287287
},
288288
{
289-
"cell_type": "markdown",
289+
"cell_type": "code",
290+
"execution_count": null,
290291
"id": "c46757a3",
291292
"metadata": {},
293+
"outputs": [],
292294
"source": [
293295
"# replace batch bucket name in nextflow configuration file\n",
294-
"! sed -i \"s/aws-batch-nigms-batch-bucket-/$BUCKET_NAME/g\" nextflow.config\n",
296+
"! sed -i \"s/aws-batch-nigms-batch-bucket-/$BUCKET_NAME/g\" ../denovotranscript/nextflow.config\n",
295297
"# replace job queue name in configuration file \n",
296-
"! sed -i \"s/aws-batch-nigms-JobQueue/$AWS_QUEUE/g\" nextflow.config\n",
298+
"! sed -i \"s/aws-batch-nigms-JobQueue/$AWS_QUEUE/g\" ../denovotranscipt/nextflow.config\n",
297299
"# replace the region placeholder with the region you are in \n",
298-
"! sed -i \"s/aws-region/$AWS_REGION/g\" nextflow.config"
300+
"! sed -i \"s/aws-region/$AWS_REGION/g\" ../denovotranscipt/nextflow.config"
299301
]
300302
},
301303
{

0 commit comments

Comments
 (0)