Skip to content

Commit

Permalink
FIX typo in call in create-orf-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Mar 15, 2018
1 parent 9770fee commit 2afe74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpbp/orf_profile_construction/create_orf_profiles.py
Expand Up @@ -173,7 +173,7 @@ def main():
transcript_bed = filenames.get_bed(config['genome_base_path'],
config['genome_name'], is_merged=False, is_annotated=True)

cmd = ("extract-metagene-profiles {} {} {} --num-cpus {} {} {} {} {} {} {}"
cmd = ("extract-metagene-profiles {} {} {} --num-cpus {} {} {} {} {} {}"
.format(riboseq_bam_filename, transcript_bed, metagene_profiles,
args.num_cpus, logging_str, start_upstream_str,
start_downstream_str, end_upstream_str, end_downstream_str))
Expand Down

0 comments on commit 2afe74d

Please sign in to comment.