Skip to content

Commit

Permalink
rm comments / TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Mar 14, 2023
1 parent 4bfb956 commit 652baeb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ params {
igphyml="/usr/local/bin/igphyml"
skip_lineage = false


// old bcellmagic options ----------------------
// Clustering parameters
// threshold_method = 'density'

// -----------------------
// reporting options
// -----------------------
Expand Down
1 change: 0 additions & 1 deletion subworkflows/local/assembled_input_check.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ workflow ASSEMBLED_INPUT_CHECK {
miairr
collapseby
cloneby
//reassign

main:
// TODO: validate input should check that sample_ids are unique
Expand Down
2 changes: 0 additions & 2 deletions workflows/airrflow.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def summary_params = NfcoreSchema.paramsSummaryMap(workflow, params)
// Validate input parameters
WorkflowAirrflow.initialise(params, log)

// TODO nf-core: Add all file path parameters for the pipeline to the list below
// Check input path parameters to see if they exist
def checkPathParamList = [ params.input, params.multiqc_config ]
for (param in checkPathParamList) { if (param) { file(param, checkIfExists: true) } }
Expand Down Expand Up @@ -45,7 +44,6 @@ ch_report_logo_img = Channel.fromPath(params.report_logo_img, checkIfExists: tru

include { CHANGEO_CONVERTDB_FASTA as CHANGEO_CONVERTDB_FASTA_FROM_AIRR } from '../modules/local/changeo/changeo_convertdb_fasta'


//
// SUBWORKFLOW: Consisting of a mix of local and nf-core/modules
//
Expand Down

0 comments on commit 652baeb

Please sign in to comment.