Skip to content

Commit

Permalink
Update multiqc to version 1.4 (#389)
Browse files Browse the repository at this point in the history
*  update multiqc

*  update typos in the documentation
  • Loading branch information
sebastian-luna-valero authored Jan 24, 2018
1 parent 2794e6a commit d806512
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CGATPipelines/pipeline_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
fastq.gz
Single-end reads in fastq format.
fastq.1.gz, fastq2.2.gz
fastq.1.gz, fastq.2.gz
Paired-end reads in fastq format. The two fastq files must be
sorted by read-pair.
Expand Down
2 changes: 1 addition & 1 deletion CGATPipelines/pipeline_readqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
fastq.gz
Single-end reads in fastq format.
fastq.1.gz, fastq2.2.gz
fastq.1.gz, fastq.2.gz
Paired-end reads in fastq format.
The two fastq files must be sorted by read-pair.
Expand Down
2 changes: 1 addition & 1 deletion CGATPipelines/pipeline_rnaseqqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
fastq.gz
Single-end reads in fastq format.
fastq.1.gz, fastq2.2.gz
fastq.1.gz, fastq.2.gz
Paired-end reads in fastq format.
The two fastq files must be sorted by read-pair.
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/pipelines-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- blast=2.7.1
- bashlex=0.12
- pandoc=1.19.2
- multiqc=1.3
- multiqc=1.4
4 changes: 2 additions & 2 deletions scripts/cgat_tsv2links.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
columns, for example::
source dest
abc.fq.gz sample1-R1.fq.gz
def.fq.gz sample1-R2.fq.gz
abc.fq.gz sample1-condition-R1.fastq.1.gz
def.fq.gz sample1-condition-R2.fastq.2.gz
If the options ``--source`` is given, filenams will be matched by
walking through ``--source``. Otherwise, filenames in the source
Expand Down

0 comments on commit d806512

Please sign in to comment.