Skip to content

Commit

Permalink
Revert "Preparing next beta"
Browse files Browse the repository at this point in the history
This reverts commit 467031b.
  • Loading branch information
mfoll committed May 24, 2019
1 parent 467031b commit 8883a4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/needlestack.r
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ if(file.exists(out_file)) file.remove(out_file)

write_out("##fileformat=VCFv4.1")
write_out("##fileDate=",format(Sys.Date(), "%Y%m%d"))
write_out("##source=needlestack v1.2b")
write_out("##source=needlestack v1.1")
write_out("##reference=",fasta_ref)
write_out("##phasing=none")
write_out("##filter=\"QVAL > ",GQ_threshold," & ",SB_type,"_SNV < ",SB_threshold_SNV," & ",SB_type,"_INDEL < ",SB_threshold_indel," & min(AO) >= ",min_reads, " & min(AF) >= ",min_af," & min(DP) >= ",min_coverage,"\"")
Expand Down
4 changes: 2 additions & 2 deletions needlestack.nf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if (params.help) {
log.info ' | | | | __/ __/ (_| | | __/\\__ \\ || (_| | (__| < '
log.info ' |_| |_|\\___|\\___|\\__,_|_|\\___||___/\\__\\__,_|\\___|_|\\_\\ '
log.info ' '
log.info 'NEEDLESTACK v1.2b: A MULTI-SAMPLE SOMATIC VARIANT CALLER'
log.info 'NEEDLESTACK v1.1: A MULTI-SAMPLE SOMATIC VARIANT CALLER'
log.info '--------------------------------------------------------'
log.info 'Copyright (C) IARC/WHO'
log.info 'This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt'
Expand Down Expand Up @@ -139,7 +139,7 @@ log.info ' | _ \\ / _ \\/ _ \\/ _` | |/ _ \\/ __| __/ _` |/ __| |/ / '
log.info ' | | | | __/ __/ (_| | | __/\\__ \\ || (_| | (__| < '
log.info ' |_| |_|\\___|\\___|\\__,_|_|\\___||___/\\__\\__,_|\\___|_|\\_\\ '
log.info ' '
log.info 'NEEDLESTACK v1.2b: A MULTI-SAMPLE SOMATIC VARIANT CALLER'
log.info 'NEEDLESTACK v1.1: A MULTI-SAMPLE SOMATIC VARIANT CALLER'
log.info '--------------------------------------------------------'
log.info 'Copyright (C) IARC/WHO'
log.info 'This program comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt'
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest {
mainScript = 'needlestack.nf'
}

process.container = 'iarcbioinfo/needlestack:dev'
process.container = 'iarcbioinfo/needlestack:v1.1'

timeline.enabled = true
trace.enabled = true

0 comments on commit 8883a4a

Please sign in to comment.