Skip to content

Commit

Permalink
bug(pipeline_slam_3UIs): Restoring needed spaces in shell calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Dec 10, 2024
1 parent 2123dad commit a1e6d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isoslam/pipeline_slam_3UIs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ def feature_count_read_assignments(infile, outfile):
outdir = os.path.dirname(outfile)
rename_outfile = outfile.replace(".assigned.bam", "")
statement = (
"featureCounts"
"featureCounts "
"-p "
f"-a {annotation} "
f"-o {outdir}/counts.txt "
"-T 2 "
"-R BAM"
"-R BAM "
f"{infile} &&"
"mv %(rename_outfile)s.bam.featureCounts.bam %(outfile)s"
)
Expand Down

0 comments on commit a1e6d13

Please sign in to comment.