BIMSBbioinfo / ciRcus

An R package for annotation of circular RNAs
10 stars 5 forks source link

dead code(?): non-existent sample filtering in tests #37

Closed mschilli87 closed 7 years ago

mschilli87 commented 7 years ago

The test filter out "Sy5y" samples from the "extdata/encode_demo_small" "sites.bed" files:

circ.files <- circ.files[!grepl("Sy5y", circ.files)]

There are however no such samples (anymore?).