Skip to content

Commit

Permalink
keep output file generated by fasterq-dump based on input read catego…
Browse files Browse the repository at this point in the history
…ry-- fixes
  • Loading branch information
NishiPhalke committed Nov 12, 2021
1 parent 3ec9951 commit cb1b928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.krews"
version = "0.12.4"
version = "0.12.5"

repositories {
maven { setUrl("http://dl.bintray.com/kotlin/kotlin-eap") }
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/krews/executor/slurm/SlurmExecutor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ class SlurmExecutor(private val workflowConfig: WorkflowConfig) : LocallyDirecte

if(remoteDownloadInputFile is GeoInputFile)
{
sbatchScript.append("singularity exec docker://$downloadImageName $downloadCommand\n")
var fileName = "${remoteDownloadInputFile.sraaccession}_${remoteDownloadInputFile.read}.fastq"
if(remoteDownloadInputFile.read===ReadCategory.READ_1)
{
Expand Down

0 comments on commit cb1b928

Please sign in to comment.