Skip to content
Snippets Groups Projects
Commit b8434187 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Update fastqc.sh

parent 89d30bc9
Branches
Tags
1 merge request!45Develop
Pipeline #4719 passed with stages
......@@ -6,7 +6,6 @@
#* --------------------------------------------------------------------------
#*
find . -name '*.fastq.gz' | awk '{printf("fastqc \"%s\"\n", $0)}' | parallel -j $(grep -c ^processor /proc/cpuinfo) --verbose
#find . -name '*fastqc.*' | xargs -I '{}' mv '{}' ./
#for i in `ls *.fastq.gz`;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment