Skip to content

Commit 3c9dbaa

Browse files
committed
Updated last part of busco analysis
1 parent 551ab8f commit 3c9dbaa

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

GoogleCloud/Submodule_2_annotation_only.ipynb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,17 @@
414414
"! echo $THREADS"
415415
]
416416
},
417+
{
418+
"cell_type": "code",
419+
"execution_count": null,
420+
"id": "ac8e5dc6",
421+
"metadata": {},
422+
"outputs": [],
423+
"source": [
424+
"# make the output folder \n",
425+
"!mkdir -p ./buscoOutput"
426+
]
427+
},
417428
{
418429
"cell_type": "code",
419430
"execution_count": null,
@@ -529,9 +540,9 @@
529540
"outputs": [],
530541
"source": [
531542
"! docker run -it --rm --volume /home:/home quay.io/biocontainers/busco:5.4.3--pyhdfd78af_0 busco \\\n",
532-
" -i /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/GoogleCloud/resources/trans/Pseudacris_regilla_GAEI01.1.fa \\\n",
543+
" -i /home/jupyter/resources/trans/Pseudacris_regilla_GAEI01.1.fa \\\n",
533544
" -l vertebrata_odb10 -o GAEI01_busco_vertebrata \\\n",
534-
" --out_path /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/GoogleCloud/buscoOutpu -m tran -c $THREADS"
545+
" --out_path ./buscoOutput -m tran -c $THREADS"
535546
]
536547
},
537548
{

0 commit comments

Comments
 (0)