Skip to content

Commit

Permalink
Making lint very happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Nov 14, 2024
1 parent 5c84a2a commit 654293e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion modules/local/combine_uniprot/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ channels:
dependencies:
- conda-forge::grep=3.11
- conda-forge::sed=4.8
- conda-forge::tar=1.34
- conda-forge::tar=1.34
12 changes: 6 additions & 6 deletions modules/local/compare_structures/environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: compare_structures
channels:
- conda-forge
- bioconda
- conda-forge
- bioconda
dependencies:
- conda-forge::biopython=1.84
- conda-forge::matplotlib=3.9.2
- conda-forge::pip=24.2
- conda-forge::plotly=5.24.1
- conda-forge::biopython=1.84
- conda-forge::matplotlib=3.9.2
- conda-forge::pip=24.2
- conda-forge::plotly=5.24.1
8 changes: 4 additions & 4 deletions modules/local/download_pdbmmcif/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: download_pdbmmcif
channels:
- conda-forge
- bioconda
- conda-forge
- bioconda
dependencies:
- conda-forge::aria2=1.36.0
- conda-forge::rsync=3.3.0
- conda-forge::aria2=1.36.0
- conda-forge::rsync=3.3.0
12 changes: 6 additions & 6 deletions modules/local/generate_report/environment.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: generate_report
channels:
- conda-forge
- bioconda
- conda-forge
- bioconda
dependencies:
- conda-forge::biopython=1.84
- conda-forge::matplotlib=3.9.2
- conda-forge::pip=24.2
- conda-forge::plotly=5.24.1
- conda-forge::biopython=1.84
- conda-forge::matplotlib=3.9.2
- conda-forge::pip=24.2
- conda-forge::plotly=5.24.1
2 changes: 1 addition & 1 deletion modules/local/multifasta_to_csv/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ name: multifasta_to_csv
dependencies:
- conda-forge::grep=3.11
- conda-forge::sed=4.8
- conda-forge::tar=1.34
- conda-forge::tar=1.34
2 changes: 1 addition & 1 deletion modules/local/multifasta_to_singlefasta/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ channels:
dependencies:
- conda-forge::grep=3.11
- conda-forge::sed=4.8
- conda-forge::tar=1.34
- conda-forge::tar=1.34

0 comments on commit 654293e

Please sign in to comment.