Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoli-dong committed Jan 19, 2024
1 parent 2f22695 commit 23cb2a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 104 deletions.
2 changes: 1 addition & 1 deletion modules/local/shovill/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ process SHOVILL {

output:
tuple val(meta), path("*contigs.fa.gz") , emit: contigs
tuple val(meta), path("shovill.corrections") , emit: corrections
tuple val(meta), path("shovill.corrections") , optional: true, emit: corrections
tuple val(meta), path("shovill.log") , emit: log
tuple val(meta), path("{skesa,spades,megahit,velvet}.fasta"), emit: raw_contigs
tuple val(meta), path("*contigs.{fastg,gfa,LastGraph}.gz") , optional:true, emit: gfa
Expand Down
6 changes: 0 additions & 6 deletions modules/nf-core/shovill/environment.yml

This file was deleted.

42 changes: 0 additions & 42 deletions modules/nf-core/shovill/main.nf

This file was deleted.

55 changes: 0 additions & 55 deletions modules/nf-core/shovill/meta.yml

This file was deleted.

0 comments on commit 23cb2a7

Please sign in to comment.