Skip to content

Commit

Permalink
Remove the gpt input
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl committed Sep 5, 2024
1 parent 699c49c commit bc038b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add module to classify samples by clonality ([#178](https://github.com/nf-core/crisprseq/pull/178))
- Add DrugZ, a module for chemogenetic interaction ([#168](https://github.com/nf-core/crisprseq/pull/168))
- Add Hitselection, a module for subsetting more likely true positives for KO screen based on the protein protein interaction ([#191](https://github.com/nf-core/crisprseq/pull/191))
- Make the use of gene essentiality module more user friendly and readable in the code ([#192](https://github.com/nf-core/crisprseq/pull/192))

### Fixed

Expand Down
1 change: 0 additions & 1 deletion workflows/crisprseq_screening.nf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ include { MAGECK_FLUTEMLE } from '../modules/local/
include { MAGECK_FLUTEMLE as MAGECK_FLUTEMLE_CONTRASTS } from '../modules/local/mageck/flutemle'
include { MAGECK_FLUTEMLE as MAGECK_FLUTEMLE_DAY0 } from '../modules/local/mageck/flutemle'
include { VENNDIAGRAM } from '../modules/local/venndiagram'
include { PREPARE_GPT_INPUT } from '../modules/local/prepare_gpt_input'
// nf-core modules
include { FASTQC } from '../modules/nf-core/fastqc/main'
include { CUTADAPT as CUTADAPT_THREE_PRIME } from '../modules/nf-core/cutadapt/main'
Expand Down

0 comments on commit bc038b0

Please sign in to comment.