We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b3253 commit f0c38cbCopy full SHA for f0c38cb
1 file changed
src/main.rs
@@ -213,7 +213,7 @@ fn main() -> anyhow::Result<()> {
213
for container in transcripts {
214
let mut contained = Vec::new();
215
let mut counter=0;
216
- if (container.exons.len() > 1 && container.coverage >= threshold) || (container.coverage >= monoexonic_t ){
+ if (container.exons.len() > 1 ) || (container.coverage >= monoexonic_t ){
217
good_cov_ids.insert(container.id.clone());
218
}
219
for inner in transcripts {
0 commit comments