Torsten Seemann

Results 221 issues of Torsten Seemann

``` if ($in_seq) { # 421 ctctcaaact aaagccgtct cactctccat gagtcgttcg acagatcgcg ttttaaattg my $s = substr $_, 10; # trim the coordinate prefix $s =~ s/\s//g; $dna .= $s ....

enhancement

Add `--outfmt bed` ? Perhaps if symlinked to `any2bed` it with `--outfmt bed` ? Useful for making `--mask` files for snippy etc

enhancement

Maybe we want to parse NCBI pipe specifiers? eg `>gb|xxxxx|ref|yyyyyy|`

enhancement

Default should be 60

enhancement

``` >tig00008674 len=10963 reads=1 covStat=0.00 gappedBases=no class=contig suggestRepeat=no suggestCircular=no ```

enhancement

Currently uses 1 .. N which is cleanand will always work, but names might be better.

enhancement

Get file from circlator?

bug

``` minimap2 -x sr ../db/NCBI bac/Salmonella_enterica_serovar_Typhimurium_T000240_uid84397/*fna [ERROR] incorrect input: in the sr mode, please specify no more than two query files. ```

bug

If there is a tie, each are valid but we only print top one.

enhancement

``` brew install brewsci/bio/repaq ```