-
Notifications
You must be signed in to change notification settings - Fork 741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new module: RESEQ/RESEQ #4440
Comments
@adamrtalbot could you supply the exact data sets you used to run ReSeq? And the command you used, if that's possible :) |
I'm afraid it was at an old job. It should work with any 'normal' BAM as I remember. |
OK I managed to get it working with the test data files but I had to use the flag |
OK, an additional thing I had to add was the coverage (
|
Nextflow process will look something like this for paired end data: reseq illuminaPE \\
${args} \\
-j ${task.cpus} \\
-r ${fasta} \\
-b ${bam} \\
-1 ${prefix}.1.fastq.gz \\
-2 ${prefix}.2.fastq.gz |
Genome: |
Awesome, thank you |
Trying to solve schmeing/ReSeq#23 |
Is there an existing module for this?
Is there an open PR for this?
Is there an open issue for this?
Are you going to work on this?
Assignees
to facilitate tracking who is working on the moduleThe text was updated successfully, but these errors were encountered: