Skip to content

Commit

Permalink
adopt spades v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Jul 10, 2024
1 parent 455ae76 commit 4897e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- blast=2.14.1
- bwa=0.7.17
- samtools=1.17
- spades=3.15.3
- spades=4.0.0
- clustalw=2.1
- freebayes=1.3.6
- python=3
Expand Down
2 changes: 1 addition & 1 deletion fluviewer/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def assemble_contigs(

os.makedirs(spades_output, exist_ok=True)

terminal_command = (f'spades.py --rnaviral --isolate -1 {fwd_reads} '
terminal_command = (f'spades.py --rnaviral -1 {fwd_reads} '
f'-2 {rev_reads} -o {spades_output}')

process_name = 'spades'
Expand Down

0 comments on commit 4897e7e

Please sign in to comment.