You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ properseqTools -a /path/to/read1.fastq
66
66
67
67
**Required parameters**
68
68
<pre><code>
69
-
-a |String, Path to read1 fastq file
70
-
-b |String, Path to read2 fastq file
69
+
-a |String, Path to read1 fastq file, fastq.gz also supported
70
+
-b |String, Path to read2 fastq file, fastq.gz also supported
71
71
-o |String, Path to output directory
72
72
-i |String, Path to bwa index of the target transcriptome
73
73
-g |String, Path to transcirpt, gene and gene type dictionary file
@@ -77,6 +77,7 @@ properseqTools -a /path/to/read1.fastq
77
77
-d |Float, odds ratio cutoff used to identify protein-protein interactions, default=1
78
78
-p |Float, false discovery rate cutoff used to identify protein-protein interactions, default=0.05
79
79
-c |Float, read count cutoff coefficient used to identify protein-protein interactions, default=4
80
+
-j |String, Job ID to be prepended to the output files and directories, optional, default=PROPERseq"
80
81
-t |Int, Number of working threads, default=2
81
82
-r |Char, (T or F), removal of intermediate files or not, default=T
82
83
-h |Print usage message"
@@ -91,7 +92,8 @@ chimericReadPairs.csv |a file that contains the read ids of the iden
91
92
summary.csv |a file that contains the summary statistics of running the sample with PROPERseqTools
92
93
errorLog.txt |a file that contains error message from the pipeline if any
93
94
processedFastq/ |a directory that contains the pre-processed fastq files from the sample
94
-
alignment/ |a directory that contains the alignment files of the pre-processed fastq files from the sample
95
+
alignment/mappedReadPairs.csv |a file that contains the alignment infomation of all mapped read pairs from the sample
96
+
alignment/*/ |subdirectories that contain the alignment files of the pre-processed fastq files from the sample
95
97
intermediateFiles/ |an optional directory contains all the intermediat files generated from running the pipeline, this direcotry only exists if '-r' option is set to 'F'
0 commit comments