Thank you for your timely answer.
In Ray 0.1.0 and before, fasta and fastq were detected using the first line in the file.
In Ray 1.0.0, I solely use the file extension to select the appropriate loader.
Ray \
-p \
100420_s_7_1_seq_GKD-1.txt \
100420_s_7_2_seq_GKD-1.txt \
-s \
FQH37LX05.sff \
-s \
FQH37LX06.sff \
-s \
FTX7HMM01.sff \
-s \
FU6LJ3H01.sff \
-s \
FWZEL0L06.sff \
-o \
test.txt
-p \
100420_s_7_1_seq_GKD-1.txt \
100420_s_7_2_seq_GKD-1.txt \
-s \
FQH37LX05.sff \
-s \
FQH37LX06.sff \
-s \
FTX7HMM01.sff \
-s \
FU6LJ3H01.sff \
-s \
FWZEL0L06.sff \
-o \
test.txt
Usage:
Supported sequences file format:
.fasta
.fasta.gz
.fasta.bz2
.fastq
.fastq.gz
.fastq.bz2
.sff (paired reads must be extracted manually)
Parameters:
Single-end reads
-s <sequencesFile>
Paired-end reads:
-p <leftSequencesFile> <rightSequencesFile> [ <fragmentLength> <standardDeviation> ]
Paired-end reads:
-i <interleavedFile> [ <fragmentLength> <standardDeviation> ]
Output (default: Ray-Contigs.fasta)
-o <outputFile>
AMOS output
-a
k-mer size (default: 21)
-k <kmerSize>
Supported sequences file format:
.fasta
.fasta.gz
.fasta.bz2
.fastq
.fastq.gz
.fastq.bz2
.sff (paired reads must be extracted manually)
Parameters:
Single-end reads
-s <sequencesFile>
Paired-end reads:
-p <leftSequencesFile> <rightSequencesFile> [ <fragmentLength> <standardDeviation> ]
Paired-end reads:
-i <interleavedFile> [ <fragmentLength> <standardDeviation> ]
Output (default: Ray-Contigs.fasta)
-o <outputFile>
AMOS output
-a
k-mer size (default: 21)
-k <kmerSize>
I will add a specific message to alarm the user about the extension.
Thank you for your interest in Ray !


Leave a comment: