Skip to content

Commit

Permalink
Fix samplesheet validation
Browse files Browse the repository at this point in the history
Remove requirement for "fastq_2" (credit to @nvnieuwk)
  • Loading branch information
tdanhorn committed Jan 22, 2025
1 parent 9fd122e commit 1022322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed bug in `GFFREAD` that caused output `gffread_fasta` not being produced [#565](https://github.com/nf-core/rnafusion/issues/565)
- Fixed bug in `FUSIONCATCHER_DOWNLOAD` that caused an error when running with singularity profile [#573](https://github.com/nf-core/rnafusion/issues/573)
- Fixed missing script `gtf2bed` which caused local module `GET_RRNA_TRANSCRIPTS` to fail [#602](https://github.com/nf-core/rnafusion/issues/602)
- Fixed samplesheet validation which caused errors on single-end reads [#612](https://github.com/nf-core/rnafusion/issues/612)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"errorMessage": "Strandedness has to be forward, reverse, unstranded or unknown"
}
},
"required": ["sample", "fastq_1", "fastq_2", "strandedness"]
"required": ["sample", "fastq_1", "strandedness"]
}
}

0 comments on commit 1022322

Please sign in to comment.