Skip to content

Commit fcfe68f

Browse files
committed
use headers to demarcate sections
1 parent 4171780 commit fcfe68f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/aws-athena.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
In the example below, it is assumed that the [NCBI SRA Metadata](https://www.ncbi.nlm.nih.gov/sra/docs/sra-athena/) has been used as the data source. You can refer the [tutorial from NCBI](https://www.youtube.com/watch?v=_F4FhcDWSJg&ab_channel=TheNationalLibraryofMedicine) for setting up the AWS resources correctly
1212

13+
### Configuration
14+
1315
```nextflow config
1416
//NOTE: Replace the values in the config file as per your setup
1517
@@ -36,6 +38,8 @@ sql {
3638
3739
```
3840

41+
### Pipeline
42+
3943
Once the configuration has been setup correctly, you can use it in the Nextlow code as shown below
4044

4145
```nextflow
@@ -53,6 +57,8 @@ Channel.fromQuery(sqlQuery, db: 'athena')
5357
5458
```
5559

60+
### Output
61+
5662
When you execute the above code, you'll see the AWS Athena query results on the console
5763

5864
```console

0 commit comments

Comments
 (0)