Skip to content
Snippets Groups Projects
Commit 61ccdf30 authored by Shaman Narayanasamy's avatar Shaman Narayanasamy
Browse files

New user config

parent 96a90e8f
No related branches found
No related tags found
No related merge requests found
{
"General": {
"threads": 4,
"datadir": "TEST_DATA",
"sample": "test",
"outputdir": "build",
"db_path": "db"
},
"Preprocessing": {
"pre": "echo '//LOADING PREPROCESSING MODULE: You can write custom shell commands here' ",
"filtering": false,
"trimmomatic": {
"threads": 4,
"datadir": "TEST_DATA",
"sample": "test",
"outputdir": "build",
"db_path": "db",
"preprocessing_filtering": false,
"trimmomatic": {
"adapter": "TruSeq2",
"jarfile": "/mnt/nfs/projects/ecosystem_biology/local_tools/Trimmomatic-0.32/trimmomatic-0.32.jar"
}
},
"Assembly": {
"pre": "echo '//LOADING ASSEMBLY MODULE'"
},
"Analysis": {
"pre": "echo '//LOADING ANALYSIS MODULE'"
},
"Util": {
"pre": "echo '//LOADING UTIL MODULE'"
},
"human_filtering": {
"filter": "chr21"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment