You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## unpublished
8
8
9
+
### `Added`
10
+
*[#80](https://github.com/nf-core/eager/pull/80) - BWA Index file handling
11
+
*[#77](https://github.com/nf-core/eager/pull/77) - Lots of documentation updates by [@jfy133](https://github.com/jfy133)
file "*" from ch_bwa_index.mix(ch_bwa_index_existing).collect()
565
581
file fasta from ch_fasta_for_bwa_mapping
566
582
567
583
output:
@@ -638,7 +654,7 @@ process bwamem {
638
654
639
655
input:
640
656
file(reads) from ch_clipped_reads_bwamem
641
-
file "*" from ch_bwa_index_bwamem
657
+
file "*" from ch_bwa_index_bwamem.mix(ch_bwa_index_bwamem_existing).collect()
642
658
file fasta from ch_fasta_for_bwamem_mapping
643
659
644
660
output:
@@ -868,10 +884,10 @@ process markDup{
868
884
}
869
885
870
886
//If no deduplication runs, the input is mixed directly from samtools filter, if it runs either markdup or dedup is used thus mixed from these two channels
0 commit comments