Skip to content
Snippets Groups Projects
Commit b095c05f authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Remove extra bwa command.

parent 276dac3b
Branches
Tags
1 merge request!20Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
Pipeline #3166 failed with stages
in 8 hours, 19 minutes, and 20 seconds
......@@ -153,9 +153,6 @@ def self_psuedoreplication(tag_file, prefix, paired):
logger.info("Running psuedo with %s", psuedo_command)
subprocess.check_call(shlex.split(psuedo_command))
logger.info("Running bwa with %s", bwa_command)
subprocess.check_call(shlex.split(bwa_command), stdout=sai_file)
# Convert read pairs to reads into standard tagAlign file
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment