File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
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 {
You can’t perform that action at this time.
0 commit comments