⚠️ SERVICE NOTICE: This instance will be decommissioned 1 december of this year (2026).
Please migrate your projects to our new repository:
https://gitrepo.service.rug.nl
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Code to perform fastQC on paired-end sequencing data.
@@ -0,0 +1,23 @@#!/usr/bin/perl -wPreferably only BASH, and preferably only the main command ;-)
@@ -0,0 +15,4 @@my $sample = $file1;$sample =~ s/\_R1\.fastq\.gz$//;mkdir $sample.'_R1', 0700;system join(' ', 'fastqc', '-o', $sample.'_R1', $file1);This is the main command, the only thing you need ;-) (As a bash command. This is a system call from PERL)
My commit already had fastqc in there. And has been accepted. <3
Pull request closed