Skip to content

Commit

Permalink
push comment into config
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Apr 13, 2015
1 parent 2372f93 commit cd7dce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pipes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"author_template": "NCBI/authors.sbt",
"source_modifier_table": "NCBI/sample_meta.src",
"biosample_map": "NCBI/biosample-map.txt",
"sequencing_technology": "Illumina HiSeq 2500; Nextera LC"
"sequencing_technology": "Illumina HiSeq 2500; Nextera LC",
"comment": "Please be aware that the annotation is done automatically with little or no manual curation."
},

"seq_center": "BI",
Expand Down
2 changes: 1 addition & 1 deletion pipes/rules/interhost.rules
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ rule prepare_genbank:
genbank_source_table=config.get('genbank',{}).get('source_modifier_table', ''),
biosample_map=config.get('genbank',{}).get('biosample_map', ''),
seq_tech=config.get('genbank',{}).get('sequencing_technology', 'unknown'),
comment='Please be aware that the annotation is done automatically with little or no manual curation.',
comment=config.get('genbank',{}).get('comment', ''),
logid="all"
shell:
' '.join(["{config[binDir]}/ncbi.py prep_genbank_files",
Expand Down

0 comments on commit cd7dce4

Please sign in to comment.