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
Currently, PoSeiDon does not have a user-friendly error control and feedback. This can be implemented using functionalities such as
annotated_reads
.map{ row -> row[-2]}
.collect()
.subscribeonNext: {
for ( iinit ){
assert2 <= it.count(i)
}
}, onError: { exit1, 'You need at least 2 samples per condition to perform a differential gene expression analysis.' }
or
if ( ! (params.tpminstanceofjava.lang.Double || params.tpminstanceofjava.lang.Float || params.tpminstanceofjava.lang.Integer) ) {
exit1, "--tpm has to be numeric"
}
Currently, PoSeiDon does not have a user-friendly error control and feedback. This can be implemented using functionalities such as
or
(stolen from https://github.com/hoelzer-lab/rnaseq/blob/master/main.nf)
The text was updated successfully, but these errors were encountered: