Closed mwhamgenomics closed 1 year ago
Thank you. I will look at these issues and try to fix them.
No problem! From looking at the script again, it refers to locations in the filesystem that don't exist on my system, so it seems to be tailored to a specific system.
It also just runs bowtie2 $@
in the end, so I think this script can be removed. This will make the bowtie2_fast*2sam scripts run bowtie2 directly
Yes, I had a look at the file and deleted it. Thank you!
The
bin/bowtie2
script runs bowtie in singularity, which might not be installed in other systems, and bowtie2 2.3.4.3 is available on Conda anyway. Thesingularity run
command should be replaced with a simple call tobowtie2
, andbowtie2=2.3.4.3
should be added to bin/hyb2.yml.