Skip to content
Snippets Groups Projects

Resolve "Add automated download of bagit through deriva"

Merged Gervaise Henry requested to merge 15-auto.bagit.download into develop
Viewing commit e552d2e6
Show latest version
3 files
+ 72
36
Preferences
File browser
Compare changes
@@ -48,3 +48,11 @@ env {
@@ -48,3 +48,11 @@ env {
https_proxy = 'http://proxy.swmed.edu:3128'
https_proxy = 'http://proxy.swmed.edu:3128'
all_proxy = 'http://proxy.swmed.edu:3128'
all_proxy = 'http://proxy.swmed.edu:3128'
}
}
 
 
manifest {
 
homePage = 'https://git.biohpc.swmed.edu/gudmap_rbk/rna-seq'
 
description = 'This pipeline was created to analize RNA-sequencing data from GUDMAP/RBK consortiums.'
 
mainScript = 'rna-seq.nf'
 
version = 'v0.0.1_indev'
 
nextflowVersion = '>=19.09.0'
 
}