ohsu-cedar-comp-hub / WGS-nextflow-workflow

Apache License 2.0
3 stars 1 forks source link

multiple sample input and variable tumor/normal name #75

Closed rlancaster96 closed 1 month ago

rlancaster96 commented 3 months ago

End goal: point to a directory that contains multiple patient tumor/normal pairs as input, and output into directories unique to each patient. For example, passing to a directory that looks like this:

my_samples
   |- SAMPLEID001_TUMOR_ETC_R1.fastq.gz
   |- SAMPLEID001_TUMOR_ETC_R2.fastq.gz
   |- SAMPLEID001_NORMAL_ETC_R1.fastq.gz
   |- SAMPLEID001_NORMAL_ETC_R2.fastq.gz
   |- SAMPLEID002_TUMOR_ETC_R1.fastq.gz
   |- SAMPLEID002_TUMOR_ETC_R2.fastq.gz
   |- SAMPLEID002_NORMAL_ETC_R1.fastq.gz
   |- SAMPLEID002_NORMAL_ETC_R2.fastq.gz

and creating output like this:

my_output
   |- SAMPLEID001
      |- aligned
      |- annotated 
      |- multiqc
      |- etc
   |- SAMPLEID002
      |- aligned
      |- annotated 
      |- multiqc
      |- etc

variables defined in the params file should be:

rlancaster96 commented 1 month ago

Not a feature needed for current processing