Conversation
|
I think we could improve that by checking if input is bam or fastq, and then do the correct thing |
|
I'm now happy with my latest changes. |
|
The only thing that is really missing is tests for this new feature... |
| when: step == 'mapping' && !params.noReports | ||
|
|
||
| script: | ||
| inputFiles = SarekUtils.hasExtension(inputFile1,"fastq.gz") ? "${inputFile1} ${inputFile2}" : "${inputFile1}" |
There was a problem hiding this comment.
We should probably allow fq.gz as well right?
There was a problem hiding this comment.
We can think of it in the extractSample() function, but currently I can't think of anyone asking me about this particular .fq.gz extension.
szilvajuhos
left a comment
There was a problem hiding this comment.
What about the BAM index files in the tsv file example?
|
The index is not in the TSV when mapping BAMs. |
fastqFilesrenamed toinputFilesMapReadsforremappingwill now convert BAM to FASTQ and feed it to BWA on the flyPR checklist
devbranch./scripts/test.sh -p docker -t ALL).docsis updatedCHANGELOG.mdis updated