Carlos-Francisco Méndez-Cruz

Deep Learning Workshop

...@@ -16,6 +16,15 @@ ...@@ -16,6 +16,15 @@
16 # --outputPath /home/cmendezc/gitlab-deep-learning-workshop/data-sets/human-genome-annotation 16 # --outputPath /home/cmendezc/gitlab-deep-learning-workshop/data-sets/human-genome-annotation
17 # python get-hga-training-test.py --inputFile hga-sequences-1000.txt --inputPath /home/cmendezc/gitlab-deep-learning-workshop/data-sets/human-genome-annotation --outputTraining hga-sequences-training.txt --outputTest hga-sequences-test.txt --outputPath /home/cmendezc/gitlab-deep-learning-workshop/data-sets/human-genome-annotation 17 # python get-hga-training-test.py --inputFile hga-sequences-1000.txt --inputPath /home/cmendezc/gitlab-deep-learning-workshop/data-sets/human-genome-annotation --outputTraining hga-sequences-training.txt --outputTest hga-sequences-test.txt --outputPath /home/cmendezc/gitlab-deep-learning-workshop/data-sets/human-genome-annotation
18 18
19 +# LAVIS
20 +# python get-hga-training-test.py
21 +# --inputFile hga-sequences-toy.txt
22 +# --inputPath /mnt/Genoma/amedina/cmendez/gitlab-deep-learning-workshop/data-sets/human-genome-annotation
23 +# --outputTraining hga-sequences-training.txt
24 +# --outputTest hga-sequences-test.txt
25 +# --outputPath /mnt/Genoma/amedina/cmendez/gitlab-deep-learning-workshop/data-sets/human-genome-annotation
26 +# python3 get-hga-training-test.py --inputFile hga-sequences-toy.txt --inputPath /mnt/Genoma/amedina/cmendez/gitlab-deep-learning-workshop/data-sets/human-genome-annotation --outputTraining hga-sequences-training.txt --outputTest hga-sequences-test.txt --outputPath /mnt/Genoma/amedina/cmendez/gitlab-deep-learning-workshop/data-sets/human-genome-annotation
27 +
19 import argparse 28 import argparse
20 import pandas as pd 29 import pandas as pd
21 import os 30 import os
......