File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 123123 " >`gsutil` is a tool allows you to interact with Google storage buckes through the command line."
124124 ]
125125 },
126+ {
127+ "cell_type" : " code" ,
128+ "execution_count" : null ,
129+ "id" : " b6c7eca2" ,
130+ "metadata" : {},
131+ "outputs" : [],
132+ "source" : [
133+ " # Create the bucket in your notebook first \n " ,
134+ " !mkdir ./resources"
135+ ]
136+ },
126137 {
127138 "cell_type" : " code" ,
128139 "execution_count" : null ,
148159 "metadata" : {},
149160 "outputs" : [],
150161 "source" : [
151- " ! grep -c \" >\" . /resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa"
162+ " !grep -c \" >\" /home/jupyter /resources/trans/Oncorhynchus_mykiss_GGBN01.1.fa"
152163 ]
153164 },
154165 {
304315 "metadata" : {},
305316 "outputs" : [],
306317 "source" : [
307- " ! cat ./onlyAnnRun /output/RUN_INFO.txt"
318+ " ! cat ./<Your-Output-Directory-annotation-only> /output/RUN_INFO.txt"
308319 ]
309320 },
310321 {
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ profiles {
113113 wave. enabled = true
114114 aws. region = ' us-east-1' // YOUR AWS REGION
115115
116- workDir = ' s3://<YOUR-BUCKET-NAME>/<Your-Work-Directory>/' ' // Path of your working directory
116+ workDir = ' s3://<YOUR-BUCKET-NAME>/<Your-Work-Directory>/' // Path of your working directory
117117 params. outdir = ' s3://<YOUR-BUCKET-NAME>/<Your-Output-Directory>/' // Path of your output directory
118118
119119
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ workflow DENOVOTRANSCRIPT {
121121 ch_multiqc_files = ch_multiqc_files. mix(FASTQC_FINAL . out. zip. collect{it[1 ]})
122122 ch_versions = ch_versions. mix(FASTQC_FINAL . out. versions)
123123 }
124+ }
124125
125126 if (! params. qc_only) {
126127
@@ -337,7 +338,7 @@ workflow DENOVOTRANSCRIPT {
337338 }
338339
339340 }
340- }
341+
341342 //
342343 // Collate and save software versions
343344 //
You can’t perform that action at this time.
0 commit comments