Skip to content

Commit

Permalink
uploading saplesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
rnaidu committed Aug 20, 2024
1 parent 8611aa7 commit 6e99e68
Show file tree
Hide file tree
Showing 13 changed files with 23,151 additions and 0 deletions.
1,794 changes: 1,794 additions & 0 deletions tests/resources/stub/duplex.bai

Large diffs are not rendered by default.

2,479 changes: 2,479 additions & 0 deletions tests/resources/stub/duplex.bam

Large diffs are not rendered by default.

2,575 changes: 2,575 additions & 0 deletions tests/resources/stub/genome.dict

Large diffs are not rendered by default.

2,575 changes: 2,575 additions & 0 deletions tests/resources/stub/genome.fasta

Large diffs are not rendered by default.

2,575 changes: 2,575 additions & 0 deletions tests/resources/stub/genome.fasta.fai

Large diffs are not rendered by default.

1,794 changes: 1,794 additions & 0 deletions tests/resources/stub/simplex.bai

Large diffs are not rendered by default.

2,479 changes: 2,479 additions & 0 deletions tests/resources/stub/simplex.bam

Large diffs are not rendered by default.

2,479 changes: 2,479 additions & 0 deletions tests/resources/stub/standard.bam

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions tests/resources/stub/stub_aux_bams.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
sample_id,normal_path,duplex_path,simplex_path,type
sample1,${projectDir}/tests/resources/v1.0/stub/standard.bam,null,null,TYPE
sample2,null,${projectDir}/tests/resources/v1.0/stub/duplex.bam,${projectDir}/tests/resources/v1.0/stub/simplex.bam,TYPE
sample3,null,${projectDir}/tests/resources/v1.0/stub/duplex.bam,${projectDir}/tests/resources/v1.0/stub/simplex.bam,TYPE
sample4,${projectDir}/tests/resources/v1.0/stub/standard.bam,null,null,TYPE

3 changes: 3 additions & 0 deletions tests/resources/stub/stub_pipeline_input.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
patient_id,sample_id,type,maf,standard_bam,standard_bai,duplex_bam,duplex_bai,simplex_bam,simplex_bai
null,sample1,CASE,null,null,null,${projectDir}/tests/resources/v1.0/stub/duplex.bam,${projectDir}/tests/resources/v1.0/stub/duplex.bai,${projectDir}/tests/resources/v1.0/stub/simplex.bam,${projectDir}/tests/resources/v1.0/stub/simplex.bai
null,sample2,CONTROL,null,null,null,${projectDir}/tests/resources/v1.0/stub/duplex.bam,${projectDir}/tests/resources/v1.0/stub/duplex.bai,${projectDir}/tests/resources/v1.0/stub/simplex.bam,${projectDir}/tests/resources/v1.0/stub/simplex.bai
23 changes: 23 additions & 0 deletions tests/resources/stub/stub_rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"Tag_Column_Name": "null",
"Hugo_Symbol": "null",
"Variant_Classification": ["null", "null", "null", "null", "null", "null", "null", "null", "null", "null"],
"Start_Position": "null",
"End_Position": "null"
},
{
"Tag_Column_Name": "null",
"Hugo_Symbol": ["null"],
"Variant_Classification": ["null", "null"],
"Start_Position": 1,
"End_Position": 2
},
{
"Tag_Column_Name": "null",
"Hugo_Symbol": ["null"],
"Variant_Classification": ["null"],
"Start_Position": "null",
"End_Position": "null"
}
]
2,575 changes: 2,575 additions & 0 deletions tests/resources/stub/test.bed

Large diffs are not rendered by default.

1,794 changes: 1,794 additions & 0 deletions tests/resources/stub/test2.bed

Large diffs are not rendered by default.

0 comments on commit 6e99e68

Please sign in to comment.