Skip to content

Commit

Permalink
Merge pull request #13 from sanger-tol/DLBPointon-patch-1
Browse files Browse the repository at this point in the history
Fix for schema
  • Loading branch information
DLBPointon authored Sep 28, 2023
2 parents f170ae3 + e9609f9 commit 083e047
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ params {
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/viralrecon/samplesheet/samplesheet_full_illumina_amplicon.csv'

input = "/lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValSmallData/Oscheius_DF5033/assembly/draft/DF5033.hifiasm.noTelos.20211120/DF5033.noTelos.hifiasm.purged.noCont.noMito.fasta"
outdir = "./results"
pacbio = "/lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValSmallData/Oscheius_DF5033/genomic_data/nxOscSpes1/pacbio/fasta/"
cram = "/lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValSmallData/Oscheius_DF5033/genomic_data/nxOscSpes1/hic-arima2/full/"
sample = "CurationPretextTest"
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ params {
cram = null

// Boilerplate options
outdir = null
outdir = "results"
tracedir = "${params.outdir}/pipeline_info"
publish_dir_mode = 'copy'
email = null
Expand Down
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"input": {
"type": "string",
"format": "file-path",
"pattern": "^\\S+\\.fa$",
"pattern": "^\\S+\\.fn?a(sta)?$",
"description": "Input fasta file",
"help_text": "You need the input fasta file",
"fa_icon": "fas fa-file-fasta"
Expand Down

0 comments on commit 083e047

Please sign in to comment.