Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit 482668e

Browse files
committed
Merge pull request #27 from SciDAP/master
remove bam's files
2 parents 96080cf + 757e3c2 commit 482668e

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
3+
"inputBam_realign": {
4+
"class": "File",
5+
"path": "markDups.bam"
6+
},
7+
"reference": {
8+
"class": "File",
9+
"path": "./outputFiles/hg19.fa",
10+
},
11+
"jar_file": {
12+
"class": "File",
13+
"path": "GenomeAnalysisTK-2.8.jar",
14+
},
15+
16+
"known": [{"class": "File", "path": "dbsnp_138.vcf"}, {"class": "File", "path": "../data//GATK-complete-workflow/Ref_datasets/Mills_and_1000G_gold_st.vcf"}, {"class": "File", "path": "../data//GATK-complete-workflow/Ref_datasets/1000G_phase1.indels.hg19.vcf"} ],
17+
18+
"outputfile_realignTarget": "realignTargetCreator_output.intervals"
19+
}
20+

tools/jobs/samtools-rmdup-job.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"input": {
3+
"class": "File",
4+
"path": "./test-files/dna.SRR096326.bam"
5+
},
6+
"output_name": "dna.SRR096326.rmdup.bam",
7+
"single_end": true
8+
}

tools/jobs/samtools-sort-job.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"input": {
3+
"class": "File",
4+
"path": "./test-files/rna.SRR948778.bam"
5+
},
6+
"compression_level": 9,
7+
"memory": "1G",
8+
"threads": 4,
9+
"output_name": "./test-files/rna.SRR948778.sorted.bam"
10+
}

0 commit comments

Comments
 (0)