Skip to content

Commit

Permalink
Updated pfr params
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Jul 3, 2024
1 parent 2857a6b commit bba1787
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ results/
testing/
testing*
*.pyc

*.stdout
*.stderr
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.1.0dev - [02-July-2024]
## v0.1.0dev - [03-July-2024]

Initial release of gallvp/prepngs, created with the [nf-core](https://nf-co.re/) template.

Expand Down
1 change: 1 addition & 0 deletions conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ params {
// Input data
input = 'https://raw.githubusercontent.com/GallVp/prepngs/dev/assets/samplesheet.csv'
min_trimmed_reads = 10
save_group_fasta = true
}
4 changes: 2 additions & 2 deletions pfr/params.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"input": "",
"input": "/workspace/prepngs/testdata/samplesheet.csv",
"outdir": "./results",
"cat_by_group": true,
"save_group_fasta": false,
"save_group_fasta": true,
"skip_trimming": false,
"save_trimmed_fail": true,
"min_trimmed_reads": 10000,
Expand Down
1 change: 1 addition & 0 deletions pfr_prepngs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if [ $full_test_flag -eq 1 ]; then
main.nf \
-c pfr/profile.config \
-profile pfr,apptainer,test_full \
--outdir ./results \
-resume
else
nextflow \
Expand Down

0 comments on commit bba1787

Please sign in to comment.