Resolve "process_align"
Alignment step using HiSat2
PR checklist
-
This comment contains a description of changes (with reason) -
If you've fixed a bug or added code that should be tested, add tests! -
README.md
is updated
-
Close issue
Closes #4 (closed) Addresses alignData: add samtools to convert sam to bam and sort from #21 (closed)
/cc @ghenry @venkat.malladi /assign @ghenry
Merge request reports
Activity
Filter activity
changed milestone to %v0.0.1
added Doing ~311 labels
added 40 commits
-
fa22c087...1c3a166b - 39 commits from branch
develop
- 7c677cf1 - Merge develop into align branch
-
fa22c087...1c3a166b - 39 commits from branch
Will be checked in Consistency Checks
Units for align
- alignment count
- alignment file line count
Edited by Venkat Malladiadded 1 commit
- bd3f9cb1 - Make metadata values inputs in downstream processes
added 1 commit
- 4c68aa57 - Updated references location to more universal location
To Do:
- put and set references in shared location
- make reference locations able to be set in configs
-
reference = file ("/project/BICF/BICF_Core/s181706/github/gudmap/rna-seq/References/GRCh38.p12-S/hisat2")
should bereference = Channel.fromPath("/project/BICF/BICF_Core/s181706/github/gudmap/rna-seq/References/GRCh38.p12-S/hisat2")
Edited by Venkat Malladiadded 1 commit
- f6c9944a - Reverted to ensure that Trim step is functional.
added 1 commit
- 25502c3d - Reverted to ensure that Trim step is functional.
added 1 commit
- d92d93f9 - Updated Hisat2 options, and output of parseMeta.
added 1 commit
- ca261a6b - Corrected scope-specific error in parseMeta.py
added 1 commit
- 19918779 - Manually specifying reference directory, need to automate. Also added...
added 1 commit
- 724ecd45 - Added indexing step to align, verified output files.
added 1 commit
- dda7cf97 - Added files necessary for CI of output files.
added 1 commit
- 415fa462 - Added requested samtools flags for removing unmapped/double-mapped reads.
added 1 commit
- 6b1e233a - Change single-end tests to reference correct experiment file.
added 1 commit
- 2333e8b4 - Remove line testing. As count_lines doesn't work for bam and bai files
assigned to @ghenry
added 5 commits
-
2333e8b4...1a414a43 - 4 commits from branch
develop
- fca8f872 - Merge branch 'develop' into 4-align
-
2333e8b4...1a414a43 - 4 commits from branch
added 1 commit
- 3e44bbc0 - Add in change log to say that we made alignment files for user.
mentioned in commit be3dd19b
Please register or sign in to reply