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

Commit ba67812

Browse files
committed
Merge pull request #21 from SciDAP/master
STAR description in draft3
2 parents fbc8ae7 + af800ca commit ba67812

File tree

3 files changed

+254
-174
lines changed

3 files changed

+254
-174
lines changed

tools/STAR-job-index.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"genomeFastaFiles":[{"class": "File", "path": "./test-files/dm3.fa"}],
3+
4+
"genomeDir": "./dm3/",
5+
6+
"runMode": "genomeGenerate",
7+
"runThreadN": 4,
8+
"sjdbGTFfile": {"class": "File", "path":"./test-files/dm3.gtf"},
9+
"sjdbOverhang":100
10+
}
11+

tools/STAR-job-rna.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"readFilesIn": [{"class": "File", "path": "./test-files/SRR1031972.s.fastq"}],
3+
"genomeDir": {"class": "File", "path": "./dm3/"},
4+
"outFileNamePrefix":"SRR1031972.",
5+
"runThreadN": 4
6+
}

0 commit comments

Comments
 (0)