1
1
2
2
3
- lostcause needs to work always if some modes are not run.
4
- Be careful with mix(); does it work with channels inactivated by when: ?
5
- Try this by not running hisat; the mixing is done after hisat.
6
- Set high min percentage read on cline.
3
+ ====== general
7
4
5
+ (!) restore irods resumption in case of no files.
8
6
9
- ====== general
7
+ (!) submodule cellgeni/utils
8
+
9
+ - -m hisat2 for multiQC?
10
+
11
+ - samtools collate has -f option for fast. Can we use this?
12
+
13
+ - star overhang 74: best to encode it somewhere?
14
+
15
+ - software versions; move conda file to github.
16
+
17
+ - NOTE:
18
+ mixcr was installed by me, not in conda environment.
19
+ Should install it as cellgeni-su.
20
+
21
+ ? enable fastqdir simultaneous with IRODS. this will help testing.
22
+ so --fastqdirPE (stick flag in option), --samplefile_dir
23
+
24
+ - check places where I built indexes for STAR and hisat2; save scripts/settings
25
+ Done:
26
+ rsync -avm --del --include='*RESUME*' -f 'hide,! */' DATA-indexes/ ~/DATA-indexes
27
+ rsync -avm --del --include='*.config' -f 'hide,! */' DATA-indexes/ ~/DATA-indexes
10
28
11
29
# ignore all columns from featurecounts except 1,7; file size is 30M per sample.
12
30
13
31
# check_logs equivalent for hisat2, filter on overall alignment rate
14
32
15
- ISAT2 summary stats:
33
+ HISAT2 summary stats:
16
34
Total pairs: 10000
17
35
Aligned concordantly or discordantly 0 time: 1784 (17.84%)
18
36
Aligned concordantly 1 time: 7343 (73.43%)
@@ -31,25 +49,6 @@ Set high min percentage read on cline.
31
49
Perhaps move indexbam functionality before HISAT2 and STAR,
32
50
have a filter there. Anyway, make sure it is in lostcause.
33
51
34
- - restore irods resumption in case of no files.
35
-
36
- - submodule cellgeni/utils
37
-
38
- - -m hisat2 for multiQC?
39
-
40
- - samtools collate has -f option for fast. Can we use this?
41
-
42
- - star overhang 74: best to encode it somewhere?
43
-
44
- - software versions; move conda file to github.
45
-
46
- - enable fastqdir simultaneous with IRODS. this will help testing.
47
- so --fastqdirPE (stick flag in option), --samplefile_dir
48
-
49
- - NOTE:
50
- mixcr was installed by me, not in conda environment.
51
- Should install it as cellgeni-su.
52
-
53
52
# use channel instead of publishbam process, subscribe
54
53
55
54
# can I do fc for both hisat2 and STAR? with transpose yes.
@@ -58,11 +57,6 @@ Set high min percentage read on cline.
58
57
59
58
# enable simultaneous hisat2 run with star (similar salmon)
60
59
61
- - check places where I built indexes for STAR and hisat2; save scripts/settings
62
- Done:
63
- rsync -avm --del --include='*RESUME*' -f 'hide,! */' DATA-indexes/ ~/DATA-indexes
64
- rsync -avm --del --include='*.config' -f 'hide,! */' DATA-indexes/ ~/DATA-indexes
65
-
66
60
====== lostcause
67
61
68
62
- hopefully use future NF functionality in
0 commit comments