Skip to content

Commit

Permalink
Create mega-non-model-wgs-snakeflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleoconnell-NOAA committed Jun 28, 2024
1 parent 2fc83aa commit 0abc4b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions GoogleCloud/mega-non-model-wgs-snakeflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Running whole genome variant calling on Google Cloud
Following established protocols for this workflow, we ran the workflow end to end using Snakemake v.7.32.4 with the Sedna profile distributed with the GitHub repository. To make this work, we had to copy the data to the local home directory, requiring a large capacity high performance drive to be mounted which increases the overall cost of analysis. We also tested Snakemake v.8.14.0 using the Slurm executor without the Sedna profile, as well as the Google Cloud Storage plugin.
We used the following command:
```
snakemake --profile hpcc-profiles/slurm/sedna --configfile config/config.yaml
```

We also 'unsuccessfully' tested Snakemake v.8 with executor plugins like this:
```
snakemake --configfile config/config.yaml --storage-gcs-project <PROJECT ID> --default-storage-provider gcs --default-storage-prefix gcs://<BUCKET PATH>/mega-non-model-wgs-snakeflow --executor slurm --default-resources slurm_partition=compute --jobs 1200
```

0 comments on commit 0abc4b7

Please sign in to comment.