We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the data/test.fasta does not include Ns so data/reference_N_regions_bed remains empty after
data/test.fasta
data/reference_N_regions_bed
sv-channels/run.sh
Lines 84 to 89 in 923b9ce
Related to #76, #80.
The text was updated successfully, but these errors were encountered:
Use the following code to introduce point mutations ({A,T,G,C} -> N) into sequences:
{A,T,G,C} -> N
$ for p in $(seq 2000000 | shuf -n 10); do seqkit mutate -p "$p:N" test.fasta -o test-$p.fasta mv test-$p.fasta test.fasta done
Sorry, something went wrong.
Update FASTA file #84.
b2a8f10
arnikz
No branches or pull requests
Currently, the
data/test.fasta
does not include Ns sodata/reference_N_regions_bed
remains empty aftersv-channels/run.sh
Lines 84 to 89 in 923b9ce
Related to #76, #80.
The text was updated successfully, but these errors were encountered: