Skip to content

Commit

Permalink
Merge pull request #227 from maxulysse/fix_all_again
Browse files Browse the repository at this point in the history
fix sratools
  • Loading branch information
maxulysse authored Oct 17, 2023
2 parents 4bd7d3a + cedd600 commit fc23783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions conf/test_data.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ params {
}

test_data {
'sarscov2'{
'illumina' {
SRR11140744_tar_gz = "${params.test_data_base}/data/genomics/sarscov2/illumina/sra/SRR11140744.tar.gz"
SRR13255544_tar_gz = "${params.test_data_base}/data/genomics/sarscov2/illumina/sra/SRR13255544.tar.gz"
}
}
'generic' {
'config' {
ncbi_user_settings = "${params.test_data_base}/data/generic/config/ncbi_user_settings.mkfg"
Expand Down
3 changes: 2 additions & 1 deletion modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "4125fb0c2152efbcec8d9ed71a756c9274b2f7f5",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/custom/dumpsoftwareversions/custom-dumpsoftwareversions.diff"
},
"custom/sratoolsncbisettings": {
"branch": "master",
Expand Down

0 comments on commit fc23783

Please sign in to comment.