Skip to content

Commit

Permalink
Fix runfolder config yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz committed Sep 14, 2023
1 parent 1822c5f commit 6e49202
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ files_to_organize:
link_type: softlink
regex: (?P<projectid>[\w-]+)/Sample_(?P<samplename>[\w-]+)/(?P=samplename)_S(?P<samplenumber>\d+)_L(?P<lanes>\d+)_R(?P<read>\d)_001.fastq.gz

#The MultiQC files
- source: "{runfolder}/seqreports/project/*"
destination: "{organised}/{projectid}/<runfolder_name>/"
options:
required: True
link_type: softlink
regexp: (?P<projectid>[\w-]+)/\w+_(?P=projectid)_multiqc_report[\w.-]+
# The MultiQC files
- source: "{runfolder}/seqreports/project/*"
destination: "{organised}/{projectid}/<runfolder_name>/"
options:
required: True
link_type: softlink
regexp: (?P<projectid>[\w-]+)/\w+_(?P=projectid)_multiqc_report[\w.-]+



Expand Down

0 comments on commit 6e49202

Please sign in to comment.