Skip to content

seqkit won't wrap to 60 nt per line #583

Description

@plijnzaad

I'm trying to convert a nanopore fastq file to a fasta file using 60 nucleotides per line, but am failing, with all of :

zcat PBM11090_pass_f7cf4b5f_8bda2ae4_11-GT100k.fastq.gz  | seqkit fq2fa  > foo.fa

zcat PBM11090_pass_f7cf4b5f_8bda2ae4_11-GT100k.fastq.gz  | seqkit fq2fa  -w 60 -o foo.fa.gz

zcat PBM11090_pass_f7cf4b5f_8bda2ae4_11-GT100k.fastq.gz  | seqkit convert -w 60  -o foo.fa.gz

I'm just getting the original, unwrapped sequence.

The reason I'm using the zcat ... | construct above is that using -f file does not work; see issue #102 and my comment

BTW, this concerns a fastq file with exactly one sequence that is longer than 100k nt's.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions