Skip to content

Instantly share code, notes, and snippets.

View matijaSos's full-sized avatar
🐝

Matija Sosic matijaSos

🐝
View GitHub Profile
@matijaSos
matijaSos / gist:1831f9e2fd4c35d83a456e79c3188d9a
Last active January 29, 2018 14:53
Nextflow config file examples - public
manifest {
description = 'Proof of concept of a Rna-seq pipeline implemented with Nextflow'
mainScript = 'myMainScript.nf'
}
mainScript = 'myMainScript.nf'
process {
container = 'nextflow/rnatoy@sha256:9ac0345b5851b2b20913cb4e6d469df77cf1232bafcadf8fd929535614a85c75'
}
@matijaSos
matijaSos / gist:f695df59d430bad1c8208f727a72aa32
Last active June 3, 2020 10:15
Wasp design 1.0 for TODO app
// TODO app in Wasp - try #1
/**
Supported features:
- There is a page which shows a list of tasks
- List of tasks can be refreshed
- A new task can be added
- Task can be deleted
- Task can be updated
- There is a user system - user can sign-up/log in (TODO)