Skip to content
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

Update modules required for rnaseq pipeline #449

Merged
merged 8 commits into from
Apr 16, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion software/hisat2/build/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ process HISAT2_BUILD {
def ss = ''
def exon = ''
def extract_exons = ''
def hisat2_build_memory = (params.hisat2_build_memory as nextflow.util.MemoryUnit).toGiga()
def hisat2_build_memory = params.hisat2_build_memory ? (params.hisat2_build_memory as nextflow.util.MemoryUnit).toGiga() : 0
JoseEspinosa marked this conversation as resolved.
Show resolved Hide resolved
if (avail_mem >= hisat2_build_memory) {
log.info "[HISAT2 index build] At least ${hisat2_build_memory} GB available, so using splice sites and exons to build HISAT2 index"
extract_exons = "hisat2_extract_exons.py $gtf > ${gtf.baseName}.exons.txt"
Expand Down
4 changes: 2 additions & 2 deletions tests/software/preseq/lcextrap/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- preseq/lcextrap
files:
- path: output/preseq/test.ccurve.txt
md5sum: 76ae04c8eaf19c94e3210bb69da38498
md5sum: 1fa5cdd601079329618f61660bee00de
- path: output/preseq/test.command.log

- name: preseq lcextrap paired-end
Expand All @@ -15,5 +15,5 @@
- preseq/lcextrap
files:
- path: output/preseq/test.ccurve.txt
md5sum: 2836d2fabd2213f097fd7063db550276
md5sum: 10e5ea860e87fb6f5dc10f4f20c62040
- path: output/preseq/test.command.log