Skip to content

mribeirodantas/nextflow-groogle-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nextflow-groogle-sheet

An example of Groogle integration in Nextflow

Reading a Google Sheet to feed the pipeline and writing results into same the sheet

Steps

If all goes well you'll have:

  • a service.json
  • a shared Google sheet. The id of the sheet is in the url when you're editing it

In a console run following steps:

git clone git@github.com:jagedn/nextflow-groogle-sheet.git

cd nextflow-groogle-sheet

curl -s https://get.nextflow.io | bash

GOOGLE_APPLICATION_CREDENTIALS=./PATH_TO_YOUR_SERVICE.json ./nextflow run test.nf --sheetId "1llupsxxxxxxxx-jBI" --sheet test

If all goes well your Google Sheet will be updated with the execution result

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published