Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 6971)
+++ trunk/MagicSoft/Mars/Changelog	(revision 6972)
@@ -32,4 +32,7 @@
     * datacenter/macros/filldotrun.C:
       - added 6 new arehucas versions
+      
+    * datacenter/scripts/writesequencefile:
+      - added make path for sequencefiles
 
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles	(revision 6971)
+++ trunk/MagicSoft/Mars/datacenter/scripts/writesequencefiles	(revision 6972)
@@ -114,5 +114,5 @@
    no=`printf %08d $sequence | cut -c 4`
    
-   sequencepath=/magic/sequences/$no
+   sequencepath=/magic/sequences/`printf %04d $no`
    if [ ! -d $sequencepath ]
    then
