Skip to content

Commit fbc0321

Browse files
committed
drop some unnecessary imports
1 parent cc5dab4 commit fbc0321

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/main/kotlin/step/rsemquant.kt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
package step
2-
import mu.KotlinLogging
2+
33
import util.*
44
import java.nio.file.*
55
import util.CmdRunner
6-
import java.io.BufferedReader
7-
import java.io.FileReader
8-
import com.squareup.moshi.Moshi
96
import java.io.File
10-
import java.time.LocalDate
117
import java.util.*
128
import kotlin.io.createTempDir
139

14-
private val log = KotlinLogging.logger {}
15-
var moshi = Moshi.Builder().build()
16-
1710
data class RSEMParameters (
1811
val index: Path,
1912
val bam: Path,

0 commit comments

Comments
 (0)