|
293 | 293 | "outputs": [], |
294 | 294 | "source": [ |
295 | 295 | "# replace batch bucket name in nextflow configuration file\n", |
296 | | - "! sed -i \"s/aws-batch-nigms-batch-bucket-/$BUCKET_NAME/g\" ../denovotranscript/nextflow.config\n", |
| 296 | + "! sed -i \"s/aws-batch-nigms-batch-bucket-/$BUCKET_NAME/g\" /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/denovotranscript/nextflow.config\n", |
297 | 297 | "# replace job queue name in configuration file \n", |
298 | | - "! sed -i \"s/aws-batch-nigms-JobQueue/$AWS_QUEUE/g\" ../denovotranscipt/nextflow.config\n", |
| 298 | + "! sed -i \"s/aws-batch-nigms-JobQueue/$AWS_QUEUE/g\" /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/denovotranscipt/nextflow.config\n", |
299 | 299 | "# replace the region placeholder with the region you are in \n", |
300 | | - "! sed -i \"s/aws-region/$AWS_REGION/g\" ../denovotranscipt/nextflow.config" |
| 300 | + "! sed -i \"s/aws-region/$AWS_REGION/g\" /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/denovotranscipt/nextflow.config" |
301 | 301 | ] |
302 | 302 | }, |
303 | 303 | { |
|
330 | 330 | "metadata": {}, |
331 | 331 | "outputs": [], |
332 | 332 | "source": [ |
333 | | - "! nextflow run ../denovotranscript/main.nf --input ../denovotranscript/test_samplesheet_aws.csv -profile aws \\\n", |
334 | | - "--run_mode annotation_only --transcript_fasta s3://nigms-sandbox/nosi-inbremaine-storage/resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa" |
| 333 | + "! nextflow run /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/denovotranscript/main.nf \\\n", |
| 334 | + " --input /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/denovotranscript/test_samplesheet_aws.csv \\\n", |
| 335 | + " -profile docker,awsbatch \\\n", |
| 336 | + " -c /home/ec2-user/SageMaker/Transcriptome-Assembly-Refinement-and-Applications/denovotranscript/nextflow.config \\\n", |
| 337 | + " --run_mode annotation_only \\\n", |
| 338 | + " --transcript_fasta s3://nigms-sandbox/nosi-inbremaine-storage/resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa --awsqueue $AWS_QUEUE --awsregion $AWS_REGION" |
335 | 339 | ] |
336 | 340 | }, |
337 | 341 | { |
|
0 commit comments