-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update docs and refer to genome_tracks module #39; fix HOME result ag…
…gregation #37
- Loading branch information
Showing
9 changed files
with
30 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ partition: 'shortq' | |
project_name: hg38test #MyATACproject # name of the project/dataset | ||
result_path: results/hg38test/ #/path/to/results/ # path to the output folder | ||
annotation: .test/hg38test/config/hg38test_atacseq_pipeline_annotation.csv #/path/to/sample_annotation.csv # path to annotation file, specified in config/README.md | ||
email: [email protected] # used for UCSC hub generation | ||
|
||
##### PROCESSING ##### | ||
|
||
|
@@ -22,7 +21,6 @@ sequencing_center: CeMM_BSF | |
##### REPORT ##### | ||
|
||
# sample(!) specific annotation columns of interest from the annotation sheet (note: unit specific annotations are not retained) | ||
# first entry is used to color UCSC Genome Browser tracks | ||
annot_columns: ['pass_qc','read_type','organism'] # (optional) can be empty [""]. must be columns in the annotation sheet | ||
|
||
##### QUANTIFICATION ##### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ partition: 'shortq' | |
project_name: mm10test #MyATACproject # name of the project/dataset | ||
result_path: results/mm10test/ #/path/to/results/ # path to the output folder | ||
annotation: .test/mm10test/config/mm10test_atacseq_pipeline_annotation.csv #/path/to/sample_annotation.csv # path to annotation file, specified in config/README.md | ||
email: [email protected] # used for UCSC hub generation | ||
|
||
##### PROCESSING ##### | ||
|
||
|
@@ -22,7 +21,6 @@ sequencing_center: CeMM_BSF | |
##### REPORT ##### | ||
|
||
# sample(!) specific annotation columns of interest from the annotation sheet (note: unit specific annotations are not retained) | ||
# first entry is used to color UCSC Genome Browser tracks | ||
annot_columns: ['pass_qc','read_type','organism'] # (optional) can be empty [""]. must be columns in the annotation sheet | ||
|
||
##### QUANTIFICATION ##### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ partition: 'shortq' | |
project_name: MyATACproject # name of the project/dataset | ||
result_path: /path/to/results/ # path to the output folder | ||
annotation: /path/to/MyATACproject_pipeline_annotation.csv # path to annotation file, specified in config/README.md | ||
email: [email protected] # used for UCSC hub generation | ||
|
||
##### PROCESSING ##### | ||
|
||
|
@@ -21,8 +20,7 @@ sequencing_center: CeMM_BSF | |
|
||
##### REPORT ##### | ||
|
||
# sample(!) specific annotation columns of interest from the annotation sheet (note: unit specific annotations are not retained) | ||
# first entry is used to color UCSC Genome Browser tracks | ||
# sample(!) specific annotation columns of interest from the annotation sheet (note: sequencing unit specific annotations are not retained) | ||
annot_columns: ['pass_qc','read_type','organism'] # (optional) can be empty [""]. must be columns in the annotation sheet | ||
|
||
##### QUANTIFICATION ##### | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters