Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit a4da342

Browse files
committed
iotas in todo
1 parent 6822ff1 commit a4da342

File tree

1 file changed

+24
-30
lines changed

1 file changed

+24
-30
lines changed

TODO

Lines changed: 24 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,36 @@
11

22

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
74

5+
(!) restore irods resumption in case of no files.
86

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
1028

1129
# ignore all columns from featurecounts except 1,7; file size is 30M per sample.
1230

1331
# check_logs equivalent for hisat2, filter on overall alignment rate
1432

15-
ISAT2 summary stats:
33+
HISAT2 summary stats:
1634
Total pairs: 10000
1735
Aligned concordantly or discordantly 0 time: 1784 (17.84%)
1836
Aligned concordantly 1 time: 7343 (73.43%)
@@ -31,25 +49,6 @@ Set high min percentage read on cline.
3149
Perhaps move indexbam functionality before HISAT2 and STAR,
3250
have a filter there. Anyway, make sure it is in lostcause.
3351

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-
5352
# use channel instead of publishbam process, subscribe
5453

5554
# can I do fc for both hisat2 and STAR? with transpose yes.
@@ -58,11 +57,6 @@ Set high min percentage read on cline.
5857

5958
# enable simultaneous hisat2 run with star (similar salmon)
6059

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-
6660
====== lostcause
6761

6862
- hopefully use future NF functionality in

0 commit comments

Comments
 (0)