Skip to content

Commit

Permalink
Merge pull request #38 from nf-core/feature/fastp
Browse files Browse the repository at this point in the history
Add fastp and Remove dead code
  • Loading branch information
edmundmiller authored May 5, 2022
2 parents 1a782e1 + 0eda0d3 commit b51f25d
Show file tree
Hide file tree
Showing 17 changed files with 207 additions and 448 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Initial release of nf-core/demultiplex, created with the [nf-core](https://nf-co

### `Added`

### `Fixed`
- [#38](https://github.com/nf-core/demultiplex/pull/388) - Add FastP

### `Dependencies`
### `Fixed`

### `Deprecated`
6 changes: 3 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"homePage": "https://github.com/nf-core/demultiplex",
"repos": {
"nf-core/modules": {
"cellranger/mkfastq": {
"git_sha": "f0800157544a82ae222931764483331a81812012"
},
"custom/dumpsoftwareversions": {
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
},
"fastp": {
"git_sha": "d0a1cbb703a130c19f6796c3fce24fbe7dfce789"
},
"multiqc": {
"git_sha": "49b18b1639f4f7104187058866a8fab33332bdfe"
},
Expand Down
50 changes: 0 additions & 50 deletions modules/local/bcl2fastq.nf

This file was deleted.

39 changes: 0 additions & 39 deletions modules/local/bcl2fastq_problem_ss.nf

This file was deleted.

6 changes: 3 additions & 3 deletions modules/local/bclconvert/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ process BCLCONVERT {
tuple val(meta), path("**_S*_L00?_I?_00?.fastq.gz") ,optional:true ,emit: fastq_idx
tuple val(meta), path("Undetermined_S0_L00?_R?_00?.fastq.gz") ,emit: undetermined
tuple val(meta), path("Undetermined_S0_L00?_I?_00?.fastq.gz") ,optional:true, emit: undetermined_idx
path("Reports/*.{csv,xml}") ,emit: reports
path("Logs/*.{log,txt}") ,emit: logs
path("**.bin") ,emit: interop
tuple val(meta), path("Reports/*.{csv,xml}") ,emit: reports
tuple val(meta), path("Logs/*.{log,txt}") ,emit: logs
tuple val(meta), path("**.bin") ,emit: interop
path("versions.yml") ,emit: versions

when:
Expand Down
37 changes: 0 additions & 37 deletions modules/local/fastq_screen.nf

This file was deleted.

33 changes: 0 additions & 33 deletions modules/local/make_fake_ss.nf

This file was deleted.

36 changes: 0 additions & 36 deletions modules/local/parse_jsonfile.nf

This file was deleted.

36 changes: 0 additions & 36 deletions modules/local/recheck_samplesheet.nf

This file was deleted.

31 changes: 0 additions & 31 deletions modules/local/reformat_samplesheet.nf

This file was deleted.

40 changes: 0 additions & 40 deletions modules/nf-core/modules/cellranger/mkfastq/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions modules/nf-core/modules/cellranger/mkfastq/README.md

This file was deleted.

Loading

0 comments on commit b51f25d

Please sign in to comment.