You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dicey could support symlinks for some regular inputs instead of just regular files. For example, this would allow a symlinked assembly or indices for that assembly to be used for dicey search, and also process substitution could be used to send the input sequences fasta from standard input or the output of another application:
Dicey could support symlinks for some regular inputs instead of just regular files. For example, this would allow a symlinked assembly or indices for that assembly to be used for
dicey search
, and also process substitution could be used to send the input sequences fasta from standard input or the output of another application:dicey search -i /etc/primer3_config -g symlink.fa.gz <(echo "FASTA here)
Relevant lines:
https://github.com/gear-genomics/dicey/blob/main/src/silica.h#L300
https://github.com/gear-genomics/dicey/blob/main/src/silica.h#L363
The text was updated successfully, but these errors were encountered: