Skip to content

Commit

Permalink
NEWS updated #1
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed Apr 14, 2017
1 parent ec214df commit 47bb7f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# fastqcr 0.1.0


## Bug fixes

- Now, `qc_report()` handles better relative paths to FastQC zipfiles ([@ACharbonneau, #1](https://github.com/kassambara/fastqcr/issues/1))

## New features


Expand Down

1 comment on commit 47bb7f9

@adrianvillalba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a problem when i run:

list.files(qc.dir)
[1] "ERR420388_mini_1.fastq.gz" "ERR420388_mini_2.fastq.gz"
[3] "ERR420388_subsamp_1.fastq.gz" "ERR420388_subsamp_2.fastq.gz"
[5] "experiment_design.txt"
qc <- qc_aggregate(qc.dir, progressbar = FALSE)
Error in qc_aggregate(qc.dir, progressbar = FALSE) :
Can't find any *fastqc.zip files in the specified qc.dir

Please sign in to comment.