Skip to content

Commit

Permalink
chore: update output_files to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
elleira committed Oct 21, 2024
1 parent c65b167 commit ab1ab54
Show file tree
Hide file tree
Showing 10 changed files with 480 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .tests/integration/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
output: "../../config/output_files.json"
output: "../../config/output_files.yaml"

reference:
design_bed: "reference/homo_sapiens.wgs.bed"
Expand Down
Empty file.
Empty file.
3 changes: 2 additions & 1 deletion .tests/integration/samples.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sample tumor_content sex
NA12878 1.0 O
NA12878 1.0 K
HD829 1.0 O
1 change: 1 addition & 0 deletions .tests/integration/units.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ sample type platform machine flowcell lane barcode fastq1 fastq2 adapter
NA12878 T illumina NovaSeq 1FLOWCELL L001 ACGGAACA input/NA12878-T_S2_R1.fq.gz input/NA12878-T_S2_R2.fq.gz AAAA,TTTT
NA12878 N illumina NovaSeq 1FLOWCELL L001 ACGGAACA input/NA12878-N_S1_R1.fq.gz input/NA12878-N_S1_R2.fq.gz CCCC,GGGG
NA12878 R illumina NovaSeq 1FLOWCELL L001 ACGGAACA input/NA12878-R_S10_R1.fq.gz input/NA12878-R_S10_R2.fq.gz CCCC,GGGG
HD829 T illumina NovaSeq 1FLOWCELL L001 ACGGAACA input/HD829-T_S3_R1.fq.gz input/HD829-T_S3_R2.fq.gz AAAA,TTTT
2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resources: "resources.yaml"
samples: "samples.tsv"
units: "units.tsv"
output: "config/output_files.json"
output: "config/output_files.yaml"

aligner: "bwa_gpu" # bwa_gpu or bwa_sentieon

Expand Down
84 changes: 0 additions & 84 deletions config/output_files.json

This file was deleted.

Loading

0 comments on commit ab1ab54

Please sign in to comment.