Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eortega
coevolution
Commits
3dea05af
Commit
3dea05af
authored
Feb 28, 2020
by
eortega
Browse files
Corrected path to fasta file in scripts/get_PAM.py
parent
cdda5692
Changes
1
Hide whitespace changes
Inline
Side-by-side
phages/scripts/get_PAM.py
View file @
3dea05af
...
...
@@ -12,7 +12,8 @@ from Bio.Alphabet import generic_dna
#source file
# seq_test = "/home/manager/Documents/analyse_bioinfo/genome2972/seq_test"
# sf = "/home/manager/Documents/analyse_bioinfo/genome2972/Genome2972_1line.txt"
fasta_file
=
'data/NC_007019.1_T0.fasta'
# fasta_file = 'data/refs/NC_007019.1_T0.fasta'
fasta_file
=
'steps/new_ref_T0/NC_007019.1_T0.fasta'
#output destination file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment