Skip to content

Commit

Permalink
chore: Merge branch 'main' of https://github.com/CCBR/CHAMPAGNE
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Nov 17, 2023
2 parents a6594ce + 7d92246 commit 2ba70aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
python -m pip install --upgrade pip setuptools
mkdir -p tests/bin/
pip install .[dev,test]
python -c 'from champagne.src.util import chmod_bins_exec; chmod_bins_exec()'
- name: Stub run
run: |
cd tests/cli
Expand Down
1 change: 0 additions & 1 deletion modules/local/deeptools.nf
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ process COMPUTE_MATRIX {
error "Invalid matrix type: ${mattype}"
}
"""
echo "$mattype" > file.txt
computeMatrix ${cmd} \\
-S ${bigwigs.sort({ a, b -> a.baseName <=> b.baseName }).join(' ')} \\
-R ${bed} \\
Expand Down
2 changes: 0 additions & 2 deletions src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ def run_nextflow(
):
"""Run a Nextflow workflow"""
nextflow_command = ["nextflow", "run", nextfile_path]
# make sure bins are executable for nextflow processes
chmod_bins_exec()

hpc = get_hpc()
if mode == "slurm" and not hpc:
Expand Down

0 comments on commit 2ba70aa

Please sign in to comment.