Skip to content

Commit

Permalink
Merge pull request #4 from annihen/add-fasttree
Browse files Browse the repository at this point in the history
Concatenate fasta files and troubleshoot Fasttree
  • Loading branch information
CarsonJM authored Jun 21, 2024
2 parents 5fcbb12 + 4e322ff commit 085d11f
Show file tree
Hide file tree
Showing 16 changed files with 549 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/samplesheet.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sample,fasta
test1,/workspace/rnafoldanalyzer/assets/test-datasets/input/test_alphavirus.fasta.gz
test2,/workspace/rnafoldanalyzer/assets/test-datasets/input/test_alphavirus.fasta.gz
test2,/workspace/rnafoldanalyzer/assets/test-datasets/input/test_alphavirus2.fasta.gz
Binary file modified assets/test-datasets/input/test_alphavirus.fasta.gz
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"cat/cat": {
"branch": "master",
"git_sha": "9437e6053dccf4aafa022bfd6e7e9de67e625af8",
"installed_by": ["modules"]
},
"clustalo/align": {
"branch": "master",
"git_sha": "faf557ba56156ac0e5de76a25c1e3df11c944f59",
Expand All @@ -15,6 +20,11 @@
"git_sha": "f4ae1d942bd50c5c0b9bd2de1393ce38315ba57c",
"installed_by": ["modules"]
},
"fasttree": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"installed_by": ["modules"]
},
"gunzip": {
"branch": "master",
"git_sha": "3a5fef109d113b4997c9822198664ca5f2716208",
Expand Down
7 changes: 7 additions & 0 deletions modules/nf-core/cat/cat/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 79 additions & 0 deletions modules/nf-core/cat/cat/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions modules/nf-core/cat/cat/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

178 changes: 178 additions & 0 deletions modules/nf-core/cat/cat/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 085d11f

Please sign in to comment.