-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue with the installation #5
Comments
cargo 1.39.0 (1c6ec66d5 2019-09-30) |
I am guessing you already figured this out by now but if any one else has this issue: It sounds like you are in the directory that contains "subset-bam-1.1.0" but you need to change your directory so that you are inside of the "subset-bam-1.1.0" directory. |
@VanessaOak I did that and the cargo build --release command gives me "finished" in the end. However, when I try to run subset-bam, it gives me "command not found". What am I doing wrong? any suggestion for how to solve this? Also, I do not understand what they mean by "The executable will appear at target/release/subset-bam. As usual it's important to use a release build to get good performance." |
@JihedC Hi, did you find a solution for this? I am going through the exact same struggle. Thank you! |
Hi @MYousry2002, unfortunately not. |
@JihedC Thank you for your reply! |
Hi @MYousry2002 , I am not sure that I understand what you are trying to get. I used to sinto to filter a bam file generated by cellranger.
The bam file is an output of cell ranger and the It looks like this:
Sinto runs for 30min for 10000 cells and generate a bam files containing the reads of each annotated cluster. In your case, I think you could generate a tsv file containing the filtered cell barcodes as first column and in a second column something like "filtered_tsv" and sinto will create the bam file for you. I hope this helps. |
@MYousry2002 Hello, I had the same problem, resolved it by: *replace the (just started running, not sure if I'm going to encounter other errors, but I was able to run subset-bam) |
Hello,
I would like to use the subset-bam tool but I can't figure how to install it. I have never heard of Rust before today so it might explain the issue.
So far I have download the Linux version of the release and uncompressed it.
I have installed Rust with:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
.As far as I understools I would need to compile the subset-bam tool using rust but I don't understand this part of the instructions :
When I try to use
cargo build
in the folder containing the uncompressed tool, I get this error message:Can anyone help me with this please?
Jihed
The text was updated successfully, but these errors were encountered: