Closed mariafiruleva closed 3 years ago
Hi, @mariafiruleva,
You don't have to use the bash syntax, as kallisto
is able to concatenate files internally. It does seem from the terminal output that kb
is handling this correctly, but would you mind trying the following command anyway?
kb count -i index.idx -g t2g.txt -x 10XV2 -o SRS7040866 --filter bustools -t 4 -m 40G --verbose \
ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR122/068/SRR12264568/SRR12264568_1.fastq.gz \
ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR122/068/SRR12264568/SRR12264568_2.fastq.gz \
ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR122/069/SRR12264569/SRR12264569_1.fastq.gz \
ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR122/069/SRR12264569/SRR12264569_2.fastq.gz
If the issue persists, it is most likely a connection (internet) issue.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Dear kallisto team,
Describe the issue I want to process a sample with several SRRs (for example, this one) using pipes. The bash syntax with curly braces was used in order to combine several links into one line. However, I've got a
BrokenPipeError
error. Any advice? Is my command right for my purpose?What is the exact command that was run?
Command output
I also downloaded these files manually and ran
kb count
with the same parameters. As expected, an output with a higher number of barcodes was generated.