-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running flair collapse with longshot input #410
Comments
There seems to be an error with the vcf file not being indexed. I'm going to follow up on this and add code to check for an index and create one if it doesn't exist, but for now, try indexing the vcf file first with tabix index (https://www.htslib.org/doc/tabix.html) and rerunning the command. If it still doesn't work, can you please share your files or subsets of them so that we can replicate this error? |
Implicit creating the indexes might end up writing a files in
places that is undesirable for a particular user (like in a
shared or read-only storage).
I would suggest just issuing an solution-directed error message.
Nice if this can be check early, rather than part way through
the run.
If the future, it would be useful to be able to specify an
alternate location for BAM and VCF locations, and even allow
remote access via URL. Which would be good to add as part of
refactoring up the command line. Feel free to create a ticket
and assign to me ..
|
So I created an index for the vcf file as follows but still ran into a (different) issue (similar to #263):
Then ran the following FLAIR command:
This gave me the following error message:
|
Copy and paste the exact command you tried to run
I am trying to run the flair collapse module while giving longshot bam and vcf files as input.
flair collapse --output $output/flair_collapse/longer-longshot-env -g $fasta -q $output/flair_all_corrected.bed -r $output/flair.input.fastq --gtf $ann --threads 20 --stringent --check_splice --generate_map --longshot_vcf $output/longshot.vcf --longshot_bam $output/longshot.bam --annotation_reliant generate
How did you install Flair?
Installed FLAIR v2.0.0 with both conda and docker. Both installations gave identical issue when given exact same command.
What happened?
Following the "Filtering isoforms by read coverage", this error message appears.
Please let me know if you need any additional information. Thank you!
The text was updated successfully, but these errors were encountered: