File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
subworkflows/local/exorthist Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
oldbin
2
2
log
3
- singularity
3
+ apptainer /
4
+ singularity /
4
5
work
5
6
trace *
6
7
* report *
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ process PARSE_IPA_PROT_ALN {
15
15
path " ${ sp1.name} -${ sp2.name} _EXs_to_split_part_*.txt" , emit: EXs_to_split
16
16
17
17
script:
18
- def prev_alignments = prevaln. name != ' NO_FILE ' ? " ${ prevaln} " : ' '
18
+ def prev_alignments = prevaln. name != ' null ' ? " ${ prevaln} " : ' '
19
19
def cls_parts = cls_part_file. name. split(" _" )
20
20
def dist_range_par
21
21
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ workflow ALIGN {
24
24
if (prevaln) {
25
25
prevaln_ch = Channel . fromPath(prevaln, type : ' dir' , checkIfExists : true ). collect()
26
26
} else {
27
- prevaln_ch = Channel . fromPath(" /path/to/NO_FILE " ). collect()
27
+ prevaln_ch = Channel . fromPath(" /dev/null " ). collect()
28
28
}
29
29
30
30
// the last argument is the protein similarity alignment.
You can’t perform that action at this time.
0 commit comments