Skip to content

Commit

Permalink
Update 12_reordering_genomes_mauve.pbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneortega authored Dec 13, 2024
1 parent c99921b commit 53b17f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/12_reordering_genomes_mauve.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ do
isolate=$(basename $genome .fasta)
echo Reordering $isolate

java -Xmx500m -cp /kyukon/home/gent/476/vsc47636/mauve_snapshot_2015-02-13/Mauve.jar org.gel.mauve.contigs.ContigOrderer -output $isolate -draft $genome -ref ./SA/01_data_analysis/NCTC8325.fasta
java -Xmx500m -cp ./mauve_snapshot_2015-02-13/Mauve.jar org.gel.mauve.contigs.ContigOrderer -output $isolate -draft $genome -ref ./SA/01_data_analysis/NCTC8325.fasta

done

Expand Down

0 comments on commit 53b17f9

Please sign in to comment.