This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Mapsplice 2 error

When running this command it shows error like this, I have all file in One folder. Please help me to resolve this problem

mapsplice.py -o outfuse --fusion --min-fusion-distance 200 -c bowtie2index.fa -x bowtie2index -1 SRR087416.fastq_filtered

[Mon Aug  6 12:07:02 2018] Beginning Mapsplice run (MapSplice v2.2.0)
[Mon Aug  6 12:07:02 2018] Bin directory: /home/prashant/anaconda2/bin/ 
[Mon Aug  6 12:07:02 2018] Preparing output location outfuse/
[Mon Aug  6 12:07:02 2018] Checking files or directory: SRR087416.fastq_filtered
[Mon Aug  6 12:07:02 2018] Checking files or directory: bowtie2index.fa/
Error: Could not find files or directory bowtie2index.fa/

Thank you

ngs rna-seq gene-fusion

1 answer

Instead of -c bowtie2index.fa you need to provide the directory path where the 'bowtie2index.fa' is stored. If it is in current directory, you can just specify '-c ./'.

MapSplice user guide.

I kept all files in one folder and also checked command which suggested. Again showed same error.

Please report your recent command used and also the error log.

Log in to answer this question.